[mw-devel] [Git][arthur/mw][master] Correct some imaginitive spellings of 'privilege'

Andrew Price welshbyte at sucs.org
Fri Nov 27 17:59:04 GMT 2015


Andrew Price pushed to branch master at Justin Mitchell / mw


Commits:
d5fffd21 by Andrew Price at 2015-11-27T17:54:10Z
Correct some imaginitive spellings of 'privilege'

- - - - -


4 changed files:

- scripthelp/command
- scripthelp/talkpriv
- src/client/main.c
- src/client/user.c


Changes:

=====================================
scripthelp/command
=====================================
--- a/scripthelp/command
+++ b/scripthelp/command
@@ -23,7 +23,7 @@
 ROOM      - changes rooms
 SPLIT     - splits off the first word from a string
 BOARDEXEC - executes a board command
-TALKPRIV  - gets users output priviledges
+TALKPRIV  - gets users output privileges
 WHOLIST   - gets a string of user currently in talker
 
 For help on seperate topics, type '.scrhelp instruction'


=====================================
scripthelp/talkpriv
=====================================
--- a/scripthelp/talkpriv
+++ b/scripthelp/talkpriv
@@ -7,7 +7,7 @@
      TALKPRIV variable
 
 DESCRIPTION
-     Depending on what output priviledges the user has, this command
+     Depending on what output privileges the user has, this command
      returns a string containing the following information:
 
           empty      - no privs


=====================================
src/client/main.c
=====================================
--- a/src/client/main.c
+++ b/src/client/main.c
@@ -94,7 +94,7 @@ static char prompt[41];
 static char comm[MAXTEXTLENGTH];
 static int eof_count = 0;
 
-/* are we running it as a privaledged user */
+/* are we running it as a privileged user */
 static int god_mode(void)
 {
 	/* old god mode, run as owner */


=====================================
src/client/user.c
=====================================
--- a/src/client/user.c
+++ b/src/client/user.c
@@ -153,7 +153,7 @@ static void set_defaults(struct person *tmp)
 	tmp->lastlogout=time(0);
 	/* bugger all usage :) */
 	tmp->timeused=0l;
-	/* no talker modes or priveledges */
+	/* no talker modes or privileges */
 	tmp->chatmode=0;
 	tmp->chatprivs=0l;
 	/* default timeout value */



View it on GitLab: https://projects.sucs.org/arthur/mw/commit/d5fffd211b1d2079d8c6b71c7b4ead9904aa1eb4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/mw-devel/attachments/20151127/73798a63/attachment.html>


More information about the mw-devel mailing list