From c0c3f78afb6070721848574e2e5dff5cfa20e28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Wed, 21 Aug 2013 19:48:48 +0200 Subject: Fix typos. --- iconv/strtab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconv/strtab.c') diff --git a/iconv/strtab.c b/iconv/strtab.c index c62553e..1728640 100644 --- a/iconv/strtab.c +++ b/iconv/strtab.c @@ -180,7 +180,7 @@ newstring (struct Strtab *st, const char *str, size_t len) /* XXX This function should definitely be rewritten to use a balancing - tree algorith (AVL, red-black trees). For now a simple, correct + tree algorithm (AVL, red-black trees). For now a simple, correct implementation is enough. */ static struct Strent ** searchstring (struct Strent **sep, struct Strent *newstr) -- cgit v1.1