Skip to content

Commit 5375e97

Browse files
authored
[skip ci] Fix typos in ext/dba/libinifile/inifile.c
1 parent a135ac7 commit 5375e97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/dba/libinifile/inifile.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ val_type inifile_fetch(inifile *dba, const key_type *key, int skip) {
249249
ln.key.group = estrdup(dba->next.key.group);
250250
} else {
251251
/* specific instance or not same key -> restart search */
252-
/* the slow way: restart and seacrch */
252+
/* the slow way: restart and search */
253253
php_stream_rewind(dba->fp);
254254
inifile_line_free(&dba->next);
255255
}
@@ -471,7 +471,7 @@ static int inifile_delete_replace_append(inifile *dba, const key_type *key, cons
471471
* 8) Append temporary stream
472472
*/
473473

474-
assert(!append || (key->name && value)); /* missuse */
474+
assert(!append || (key->name && value)); /* misuse */
475475

476476
/* 1 - 3 */
477477
inifile_find_group(dba, key, &pos_grp_start);

0 commit comments

Comments
 (0)