summaryrefslogtreecommitdiff
path: root/pith/keyword.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/keyword.h')
-rw-r--r--pith/keyword.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/keyword.h b/pith/keyword.h
index 27e99687..3d44b831 100644
--- a/pith/keyword.h
+++ b/pith/keyword.h
@@ -29,7 +29,7 @@ typedef struct keywords {
} KEYWORD_S;
-/* exported protoypes */
+/* exported prototypes */
KEYWORD_S *init_keyword_list(char **);
KEYWORD_S *new_keyword_s(char *, char *);
void free_keyword_list(KEYWORD_S **);