Skip to content

Commit a9ba9d4

Browse files
committed
Typo fix
1 parent c232071 commit a9ba9d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apache2/msc_util.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ int convert_to_int(const char c)
539539
* \param match Pointer to captured string
540540
* \param tx_n The tx number to save the data
541541
*
542-
* \retval 0 On sucess
542+
* \retval 0 On success
543543
*/
544544
int set_match_to_tx(modsec_rec *msr, int capture, const char *match, int tx_n) {
545545
assert(msr != NULL);
@@ -575,7 +575,7 @@ int set_match_to_tx(modsec_rec *msr, int capture, const char *match, int tx_n)
575575
* \param match_len Length of the captured string even if it contains NUL bytes
576576
* \param tx_n The tx number to save the data
577577
*
578-
* \retval 0 On sucess
578+
* \retval 0 On success
579579
*/
580580
int set_match_to_tx_safe(modsec_rec *msr, int capture, const char *match, unsigned int match_len, int tx_n) {
581581
assert(msr != NULL);

0 commit comments

Comments
 (0)