Skip to content

Commit 9191aa2

Browse files
authored
Merge pull request #11 from alanseiden/patch-1
Correct typo in description of i5_char_trim
2 parents b2b88b2 + f4469aa commit 9191aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm_db2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ PHP_MINFO_FUNCTION(ibm_db2)
988988
if (IBM_DB2_G(i5_char_trim) > 0) {
989989
php_info_print_table_row(2, "Trim spaces character results (ibm_db2.i5_char_trim)", "1 - enabled");
990990
} else {
991-
php_info_print_table_row(2, "rim spaces character results (ibm_db2.i5_char_trim)", "0 - disabled");
991+
php_info_print_table_row(2, "Trim spaces character results (ibm_db2.i5_char_trim)", "0 - disabled");
992992
}
993993
#endif /* PASE */
994994
php_info_print_table_end();

0 commit comments

Comments
 (0)