Merge branch 'topic/mm-fixes' of git://208.110.73.182/silc into silc.1.1.branch
[silc.git] / 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++] = '(';