summaryrefslogtreecommitdiff
path: root/pith/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/list.h')
-rw-r--r--pith/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/list.h b/pith/list.h
index d7f71d6..d884767 100644
--- a/pith/list.h
+++ b/pith/list.h
@@ -23,7 +23,7 @@
#define PL_COMMAQUOTE 0x02 /* backslash quotes comma */
-/* exported protoypes */
+/* exported prototypes */
char **parse_list(char *, int, int, char **);
char **copy_list_array(char **);
void free_list_array(char ***);