Skip to content

Commit 95202d0

Browse files
committed
Fix typo
1 parent 5e1ff7c commit 95202d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testutils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ int TestApplication::execApp(const char *const *args, string &output, string &er
516516
if (testAppPathLength > 6 && !strcmp(testAppPath + testAppPathLength - 6, "_tests")) {
517517
fallbackAppPath.assign(testAppPath, testAppPathLength - 6);
518518
appPath = fallbackAppPath.data();
519-
// TODO: it would not hurt to verify whether "fallbackAppPath" actually exists and is executalbe
519+
// TODO: it would not hurt to verify whether "fallbackAppPath" actually exists and is executable
520520
} else {
521521
throw runtime_error("Unable to execute application to be tested: no application path specified");
522522
}

0 commit comments

Comments
 (0)