Merge pull request #2587 from stweil/master

net: Fix typos (found by codespell)
This commit is contained in:
Hannu Nyman
2016-04-13 15:15:36 +03:00
17 changed files with 34 additions and 34 deletions
+2 -2
View File
@@ -75,7 +75,7 @@
+
+ if (m_user == 0) {
+ sMessage
+ = "Error: Cannot run as root, check your config file | Useage: LoadModule = Droproot <uid> <gid>";
+ = "Error: Cannot run as root, check your config file | Usage: LoadModule = Droproot <uid> <gid>";
+ return false;
+ }
+
@@ -83,7 +83,7 @@
+
+ if (m_group == 0) {
+ sMessage
+ = "Error: Cannot run as root, check your config file | Useage: LoadModule = Droproot <uid> <gid>";
+ = "Error: Cannot run as root, check your config file | Usage: LoadModule = Droproot <uid> <gid>";
+ return false;
+ }
+