summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils.h b/src/Utils.h
index 0add717..df0040e 100644
--- a/src/Utils.h
+++ b/src/Utils.h
@@ -18,7 +18,7 @@
#include <string>
-/// findResources - Call from main() to find resources
+/// findResourceDir - Call from main() to find resources
/// relative to the executable. On success returns true.
/// On failure returns false and stores a message in the stream.
bool findResourceDir(const char* argv0, std::ostream& error);