summaryrefslogtreecommitdiffstats
path: root/scripts/makeobj
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makeobj')
-rwxr-xr-xscripts/makeobj2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makeobj b/scripts/makeobj
index 02aadff0..cc79c663 100755
--- a/scripts/makeobj
+++ b/scripts/makeobj
@@ -44,7 +44,7 @@ if test ! -f $dir/$file; then
if test "$dir" = "/"; then
# the case that someone puts the compile dir in /
# is very unlikely, so we better skip here ;)
- echo "can't tqfind $OBJ_SUBDIR above current dir"
+ echo "can't find $OBJ_SUBDIR above current dir"
exit 1
fi
done