aboutsummaryrefslogtreecommitdiff
path: root/src/regex/test_regex_eval_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/test_regex_eval_api.c')
-rw-r--r--src/regex/test_regex_eval_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/test_regex_eval_api.c b/src/regex/test_regex_eval_api.c
index 7cd081269..be3649dbd 100644
--- a/src/regex/test_regex_eval_api.c
+++ b/src/regex/test_regex_eval_api.c
@@ -195,7 +195,7 @@ error:
195 * @param rxstr regular expression and strings with expected results to 195 * @param rxstr regular expression and strings with expected results to
196 * match against. 196 * match against.
197 * 197 *
198 * @return 0 on successfull, non 0 otherwise 198 * @return 0 on successful, non 0 otherwise
199 */ 199 */
200int 200int
201test_automaton (struct REGEX_INTERNAL_Automaton *a, regex_t *rx, 201test_automaton (struct REGEX_INTERNAL_Automaton *a, regex_t *rx,