mirror of https://github.com/Icinga/icinga2.git
Merge pull request #9013 from RincewindsHat/correct_some_typos
Correct typos in documentation and examples
This commit is contained in:
commit
13a2490bda
|
@ -343,7 +343,7 @@ object Host NodeName {
|
|||
vars.http_vhosts["http"] = {
|
||||
http_uri = "/"
|
||||
}
|
||||
/* Uncomment if you've sucessfully installed Icinga Web 2. */
|
||||
/* Uncomment if you've successfully installed Icinga Web 2. */
|
||||
//vars.http_vhosts["Icinga Web 2"] = {
|
||||
// http_uri = "/icingaweb2"
|
||||
//}
|
||||
|
|
|
@ -30,7 +30,7 @@ object Host NodeName {
|
|||
vars.http_vhosts["http"] = {
|
||||
http_uri = "/"
|
||||
}
|
||||
/* Uncomment if you've sucessfully installed Icinga Web 2. */
|
||||
/* Uncomment if you've successfully installed Icinga Web 2. */
|
||||
//vars.http_vhosts["Icinga Web 2"] = {
|
||||
// http_uri = "/icingaweb2"
|
||||
//}
|
||||
|
|
Loading…
Reference in New Issue