Fix typo in qtestcase docs argument expectedVal

Pick-to: 6.10 6.10.0 6.9 6.8
Change-Id: I40015a403ae578de1b14f13935d5d58d6d7abc9a
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Assam Boudjelthia 2025-09-12 19:51:37 +03:00 committed by Paul Wicking
parent c4f8fa83db
commit 14b3f3da3c
1 changed files with 1 additions and 1 deletions

View File

@ -2799,7 +2799,7 @@ void QTest::setMainSourcePath(const char *file, const char *builddir)
If the caller creates a custom failure message showing the compared values,
or if those values cannot be stringified, use the overload of the function
that takes no \a actualVal and \a expecetedVal parameters.
that takes no \a actualVal and \a expectedVal parameters.
*/
bool QTest::compare_helper(bool success, const char *failureMsg,
char *actualVal, char *expectedVal,