Fix spelling in an assert failure message
No real changes.
This commit is contained in:
@@ -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()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user