summaryrefslogtreecommitdiff
path: root/pith/store.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/store.h')
-rw-r--r--pith/store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/store.h b/pith/store.h
index c9e1af3..9b721d8 100644
--- a/pith/store.h
+++ b/pith/store.h
@@ -56,7 +56,7 @@ typedef struct store_object {
#define so_puts(so, s) ((*(so)->puts)((so), (s)))
-/* exported protoypes */
+/* exported prototypes */
STORE_S *so_get(SourceType, char *, int);
int so_give(STORE_S **);
int so_nputs(STORE_S *, char *, long);