Skip to content

Commit 3053a03

Browse files
authored
ext/dba/tests/dba_db4_018.phpt: fix typo (#20938)
We expect "objects" but print "object". Gentoo-bug: https://bugs.gentoo.org/968656
1 parent 62afc7a commit 3053a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dba/tests/dba_db4_018.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $db_file2 = dba_popen($db_filename, 'n', 'flatfile');
2828
if ($db_file1 === $db_file2) {
2929
echo "objects are the same\n";
3030
} else {
31-
echo "object are different\n";
31+
echo "objects are different\n";
3232
}
3333

3434

0 commit comments

Comments
 (0)