From 99db00b1f2c6338041bbe3db8b6d0eaee5cd8c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Sun, 19 Jan 2020 08:50:48 +0100 Subject: Fix #78880 Another round --- ext/dba/dba.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/dba') diff --git a/ext/dba/dba.c b/ext/dba/dba.c index 6c151fbba9..d407d2a8e7 100644 --- a/ext/dba/dba.c +++ b/ext/dba/dba.c @@ -1003,8 +1003,8 @@ PHP_FUNCTION(dba_fetch) skip = 0; } } else if (!strcmp(info->hnd->name, "inifile")) { - /* "-1" is compareable to 0 but allows a non restrictive - * access which is fater. For example 'inifile' uses this + /* "-1" is comparable to 0 but allows a non restrictive + * access which is faster. For example 'inifile' uses this * to allow faster access when the key was already found * using firstkey/nextkey. However explicitly setting the * value to 0 ensures the first value. -- cgit v1.2.1