mirror of
				https://github.com/Icinga/icinga2.git
				synced 2025-11-03 21:25:56 +01:00 
			
		
		
		
	Fix some spelling mistakes
fixes #12822 Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
This commit is contained in:
		
							parent
							
								
									eabb54eab6
								
							
						
					
					
						commit
						a2a6ee82d7
					
				@ -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`.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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]:
 | 
			
		||||
 | 
			
		||||
@ -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);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user