summaryrefslogtreecommitdiffstats
path: root/src/progs
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs')
-rwxr-xr-xsrc/progs/ingen/ingen_dev3
-rw-r--r--src/progs/ingen/main.cpp2
2 files changed, 1 insertions, 4 deletions
diff --git a/src/progs/ingen/ingen_dev b/src/progs/ingen/ingen_dev
deleted file mode 100755
index bd8857f7..00000000
--- a/src/progs/ingen/ingen_dev
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env sh
-
-INGEN_MODULE_PATH=../../libs/engine/.libs ./ingen
diff --git a/src/progs/ingen/main.cpp b/src/progs/ingen/main.cpp
index b8d18e14..365230bb 100644
--- a/src/progs/ingen/main.cpp
+++ b/src/progs/ingen/main.cpp
@@ -61,7 +61,7 @@ main(int argc, char** argv)
cout << "No arguments provided. Try something like:" << endl << endl;
cout << "Run an engine: ingen -e" << endl;
cout << "Run the GUI: ingen -g" << endl;
- cout << "Pring full help: ingen -h" << endl << endl;
+ cout << "Print full help: ingen -h" << endl << endl;
cmdline_parser_print_help();
return 0;
}