aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3518e3b..afdff99 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -264,7 +264,7 @@ int main(int argc, char **argv)
printf("Resource path set to: %s\n", resourcesPath.string().c_str());
}
else
- printf("Resource directory not defined, using currently directory\n");
+ printf("Resource directory not defined, using current directory\n");
const sf::Int64 FRAMERATE_FOCUSED = 144;
const sf::Int64 FRAMERATE_NOT_FOCUSED = 10;