From 8404eb60374ecae6642f466892d1a0e8a20d399d Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 27 May 2014 16:06:03 +0200 Subject: [PATCH] Fix spelling mistake. Refs #5793 --- doc/2-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/2-getting-started.md b/doc/2-getting-started.md index 41fc8be49..ab0320174 100644 --- a/doc/2-getting-started.md +++ b/doc/2-getting-started.md @@ -955,7 +955,7 @@ safely reload the Icinga 2 daemon. > **Note** > > The `reload` action will send the `SIGHUP` signal to the Icinga 2 daemon -> which will validate the configuration in a seperate process and not stop +> which will validate the configuration in a separate process and not stop > the other events like check execution, notifications, etc.