Fix spelling in an assert failure message

No real changes.
This commit is contained in:
Vadim Zeitlin
2021-04-07 01:45:32 +02:00
parent e551549015
commit 1b30e64179

View File

@@ -1019,7 +1019,7 @@ void FileNameTestCase::TestSymlinks()
// Resolving a file that doesn't exist returns empty // Resolving a file that doesn't exist returns empty
CPPUNIT_ASSERT_EQUAL_MESSAGE CPPUNIT_ASSERT_EQUAL_MESSAGE
( (
"Non-existant file didn't resolve correctly", "Non-existent file didn't resolve correctly",
wxFileName(), targetfn.ResolveLink() wxFileName(), targetfn.ResolveLink()
); );