From 174db1316514eec95ad756a5954390a75f61fd0f Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Wed, 26 Oct 2016 00:50:39 -0400 Subject: [PATCH] Fix typo in docs for findInputFile --- src/base/application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/application.h b/src/base/application.h index 68090ba07..daa8d8667 100644 --- a/src/base/application.h +++ b/src/base/application.h @@ -248,7 +248,7 @@ public: * above. * * The default set of directories specified for the application will be - * searched if a '/' or an '\\' is found in the name. If either is found + * searched if a '/' or an '\\' is not found in the name. If either is found * then a relative path name is presumed, and the default directories are * not searched. *