Commit d5fffd21 authored by Andrew Price's avatar Andrew Price
Browse files

Correct some imaginitive spellings of 'privilege'

parent 08c6e884
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -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 */