From 65d295b880ab6325230eb72c9366748469131f85 Mon Sep 17 00:00:00 2001 From: c9s Date: Sat, 17 May 2014 15:20:59 +0800 Subject: [PATCH] partially --- src/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.c b/src/node.c index 7922235..a4f6412 100644 --- a/src/node.c +++ b/src/node.c @@ -403,7 +403,7 @@ node * r3_tree_insert_pathn(node *tree, char *route, int route_len, void * route // printf("branch the edge dl: %d\n", dl); - /* it's partically matched with the pattern, + /* it's partially matched with the pattern, * we should split the end point and make a branch here... */ node *c2; // child 1, child 2