summaryrefslogtreecommitdiffstats
path: root/trees.c
diff options
context:
space:
mode:
Diffstat (limited to 'trees.c')
-rw-r--r--trees.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/trees.c b/trees.c
index 60de45a..1a70769 100644
--- a/trees.c
+++ b/trees.c
@@ -66,9 +66,9 @@ int main(int argc, char **argv)
struct tnode *root = NULL;
char *tokens[] = { "Anything", "that", "can", "go", "wrong", "will",
- "binary", "tress", "are", "usefull",
- "dreaming", "in", "digital", "living", "in",
- "binary", "talking", "in", "ip"};
+ "binary", "trees", "are", "useful",
+ "dreaming", "in", "digital", "living", "in", "realtime",
+ "thinking", "in", "binary", "talking", "in", "ip"};
int i;
for (i = 0; i < sizeof(tokens) / sizeof(char *); i++)
root = bintree_insert(root, tokens[i]);