Fixing bad word error "seperate" in documentation.

Fixes #5497
This commit is contained in:
Markus Frosch 2014-03-18 20:52:52 +01:00
parent ed7f120e1b
commit 1bc03e624b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Icinga 2 supports wildcard includes and relative paths, e.g. for including
include "conf.d/*.conf"
If you want to include files and directories recursively, you need to define
a seperate option and add the directory and an option pattern.
a separate option and add the directory and an option pattern.
include_recursive "conf.d" "*.conf"