From 054b1f8868c04e51808cfa3df46fbf5ce4245c20 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 5 Oct 2004 09:22:14 +0000 Subject: [PATCH] *** empty log message *** --- plugins/include/regex.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/regex.inc b/plugins/include/regex.inc index c2264bb1..1cb2bc6a 100755 --- a/plugins/include/regex.inc +++ b/plugins/include/regex.inc @@ -32,7 +32,7 @@ native Regex:regex_match(const string[], const pattern[], &ret, error[], maxLen) */ native regex_substr(Regex:id, str_id, buffer[], maxLen); -/* Frees the memory associated with a regex resuls and sets the handle to 0. +/* Frees the memory associated with a regex results and sets the handle to 0. * You must do this if the handle >=1, once you're done. */ native regex_free(&Regex:id); \ No newline at end of file