From: Pekka Riikonen Date: Tue, 1 May 2007 16:52:17 +0000 (+0000) Subject: Typo fix. X-Git-Tag: silc.toolkit.1.1.beta1~4 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=21b2f8bf54a4661c7179edd83dce6b807007b8d3;p=silc.git Typo fix. --- diff --git a/lib/silcutil/silcstrutil.c b/lib/silcutil/silcstrutil.c index 0bf94f2d..1133c88d 100644 --- a/lib/silcutil/silcstrutil.c +++ b/lib/silcutil/silcstrutil.c @@ -338,7 +338,7 @@ char *silc_string_regexify(const char *string) regex = silc_calloc(len + count + 1, sizeof(*regex)); if (!regex) - reeturn NULL; + return NULL; count = 0; regex[count++] = '(';