fix spelling errors

This commit is contained in:
2025-11-25 13:51:56 +01:00
parent 58debe99ed
commit 595bb8fb62
157 changed files with 271 additions and 271 deletions

View File

@@ -307,7 +307,7 @@ void testdbGetArrFieldEqual(const char* pv, short dbfType, long nRequest, unsign
long n, N = nRequest < cnt ? nRequest : cnt;
if(!match)
testDiag("Length mis-match. expected=%lu actual=%lu", cnt, nRequest);
testDiag("Length mismatch. expected=%lu actual=%lu", cnt, nRequest);
for(n=0; n<N; n++, gbuf+=vSize, pbuf+=vSize) {