]> granicus.if.org Git - icinga2/commitdiff
Fix some spelling mistakes
authorKonstantin Kelemen <konstantin@kel.mn>
Wed, 21 Sep 2016 14:38:14 +0000 (17:38 +0300)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 29 Sep 2016 06:27:38 +0000 (08:27 +0200)
fixes #12822

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
doc/3-monitoring-basics.md
doc/6-distributed-monitoring.md
lib/cli/nodewizardcommand.cpp

index a6aa6bb86b0884a139c832a448925a3309f4463f..f053fc938fdeca7d88ddba7486e4c0b5fcd44678 100644 (file)
@@ -730,7 +730,7 @@ argument parameters already (for example `iftraffic_units`), you could also add
 After `vars` is fully populated, all object attributes can be set calculated from
 provided host attributes. For strings, you can use string concatention with the `+` operator.
 
-You can also specifiy the display_name, check command, interval, notes, notes_url, action_url, etc.
+You can also specify the display_name, check command, interval, notes, notes_url, action_url, etc.
 attributes that way. Attribute strings can be [concatenated](17-language-reference.md#expression-operators),
 for example for adding a more detailed service `display_name`.
 
index 991812da5926edd829f35a7e34da3bbb3ae4f3ba..9a6ce074a8d46e03c34aa1ecad73add368761a0a 100644 (file)
@@ -202,7 +202,7 @@ Here is an example of a master setup for the `icinga2-master1.localdomain` node
     
     Please specify if this is a satellite setup ('n' installs a master setup) [Y/n]: n
     Starting the Master setup routine...
-    Please specifiy the common name (CN) [icinga2-master1.localdomain]: icinga2-master1.localdomain
+    Please specify the common name (CN) [icinga2-master1.localdomain]: icinga2-master1.localdomain
     Checking for existing certificates for common name 'icinga2-master1.localdomain'...
     Certificates not yet generated. Running 'api setup' now.
     information/cli: Generating new CA.
@@ -354,7 +354,7 @@ is configured to accept configuration and commands from the master:
     
     Please specify if this is a satellite setup ('n' installs a master setup) [Y/n]:
     Starting the Node setup routine...
-    Please specifiy the common name (CN) [icinga2-client1.localdomain]: icinga2-client1.localdomain
+    Please specify the common name (CN) [icinga2-client1.localdomain]: icinga2-client1.localdomain
     Please specify the master endpoint(s) this node should connect to:
     Master Common Name (CN from your master setup): icinga2-master1.localdomain
     Do you want to establish a connection to the master from this node? [Y/n]:
index 31abf94d1c6a532234704fdd178cabe2f9633dd8..713545eb77c98c106282b13a8f4049517a40986b 100644 (file)
@@ -121,7 +121,7 @@ int NodeWizardCommand::Run(const boost::program_options::variables_map& vm,
 
                /* CN */
                std::cout << ConsoleColorTag(Console_Bold)
-                   << "Please specifiy the common name (CN)"
+                   << "Please specify the common name (CN)"
                    << ConsoleColorTag(Console_Normal)
                    << " [" << Utility::GetFQDN() << "]: ";
 
@@ -463,7 +463,7 @@ wizard_ticket:
 
                /* CN */
                std::cout << ConsoleColorTag(Console_Bold)
-                   << "Please specifiy the common name" << ConsoleColorTag(Console_Normal)
+                   << "Please specify the common name" << ConsoleColorTag(Console_Normal)
                    << " (CN) [" << Utility::GetFQDN() << "]: ";
 
                std::getline(std::cin, answer);