فهرست منبع

spelling: argument

Josh Soref 9 سال پیش
والد
کامیت
35275b70ba
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/acl.c
  2. 1 1
      src/nrpe.c

+ 1 - 1
src/acl.c

@@ -49,7 +49,7 @@
 
 extern int debug;
 
-/* This function checks if a char argumnet from valid char range.
+/* This function checks if a char argument from valid char range.
  * Valid range is: ASCII only, a number or a letter, a space, a dot, a slash, a dash, a comma.
  *
  * Returns:

+ 1 - 1
src/nrpe.c

@@ -1271,7 +1271,7 @@ void setup_wait_conn(void)
 				   "Warning: Daemon is configured to accept command arguments with bash command substitutions!");
 		else
 			syslog(LOG_NOTICE,
-				   "Warning: Daemon is configured to accept command arguments with bash command substitutions, but is not configured to accept command argements from clients. Enable command arguments if you wish to allow command arguments with bash command substitutions.");
+				   "Warning: Daemon is configured to accept command arguments with bash command substitutions, but is not configured to accept command arguments from clients. Enable command arguments if you wish to allow command arguments with bash command substitutions.");
 	}
 # endif
 #endif