aboutsummaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index b6f88100..44d93bed 100644
--- a/src/command.h
+++ b/src/command.h
@@ -35,7 +35,7 @@
extern char * current_command;
extern int command_listNum;
-int proccessListOfCommands(FILE * fp, int * permission, int * expired,
+int processListOfCommands(FILE * fp, int * permission, int * expired,
int listOK, List * list);
int processCommand(FILE * fp, unsigned int * permission, char * commandString);