aboutsummaryrefslogtreecommitdiff
path: root/structures/rope/rope.h
diff options
context:
space:
mode:
Diffstat (limited to 'structures/rope/rope.h')
-rw-r--r--structures/rope/rope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/structures/rope/rope.h b/structures/rope/rope.h
index f012cc1..86d9ae3 100644
--- a/structures/rope/rope.h
+++ b/structures/rope/rope.h
@@ -1,7 +1,7 @@
#ifndef ROPE_H
#define ROPE_H
-typede struct rope_s rope;
+typedef struct rope_s rope;
rope* rope_new();
rope* str_to_rope(char*);