Fix typo in a comment.

This commit is contained in:
brectanus 2007-10-01 17:23:38 +00:00
parent b661574973
commit 2d526f1434

View File

@ -1113,7 +1113,7 @@ char *msre_format_metadata(modsec_rec *msr, msre_actionset *actionset) {
/**
* Assembles a new rule using the strings that contain a list
* of targets (variables), argumments, and actions.
* of targets (variables), arguments, and actions.
*/
msre_rule *msre_rule_create(msre_ruleset *ruleset,
const char *fn, int line, const char *targets,