Skip to content

Commit 2da4ca7

Browse files
committed
Fix typo in comment
1 parent 8908a5b commit 2da4ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbdimp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5545,7 +5545,7 @@ SV* dbd_db_quote(SV *dbh, SV *str, SV *type)
55455545
*sptr++= '\'';
55465546
SvPOK_on(result);
55475547
SvCUR_set(result, sptr - SvPVX(result));
5548-
/* Never hurts NUL terminating a Per string */
5548+
/* Never hurts NUL terminating a Perl string */
55495549
*sptr++= '\0';
55505550
}
55515551
return result;

0 commit comments

Comments
 (0)