Typo fix.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 1 May 2007 16:52:17 +0000 (16:52 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 1 May 2007 16:52:17 +0000 (16:52 +0000)
lib/silcutil/silcstrutil.c

index 0bf94f2dd69296777774989bc764c7cf85c5a51a..1133c88dbf87814b3ea9b8f8e20e9267d5d9dfe4 100644 (file)
@@ -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++] = '(';