diff options
Diffstat (limited to 'pith/store.h')
-rw-r--r-- | pith/store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/store.h b/pith/store.h index c9e1af3a..9b721d87 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); |