From 21b2f8bf54a4661c7179edd83dce6b807007b8d3 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 1 May 2007 16:52:17 +0000 Subject: [PATCH] Typo fix. --- lib/silcutil/silcstrutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++] = '('; -- 2.24.0