Skip to content

Commit 98242ba

Browse files
committed
Fix docs
1 parent 39ad0b8 commit 98242ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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|Fail
542+
* \retval 0 On sucess
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|Fail
578+
* \retval 0 On sucess
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)