Просмотр исходного кода

* Fixed spelling in ./build syntax

svn: 379
Ryan Hutchison 22 лет назад
Родитель
Сommit
5a7633144f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      build

+ 1 - 1
build

@@ -15,7 +15,7 @@ usage()
     echo "	-c	   - Cleans up old binaries/files before compile 	(default: off)"
     echo "	-d	   - Builds a debug package. 				(default: off)"
     echo "	-t dir	   - Where to search for TCL libraries. 		(usually not needed)"
-    echo "	-T	   - Builds TCL if it is not on the system		(defauly: off)"
+    echo "	-T	   - Builds TCL if it is not on the system		(default: off)"
     echo "	type	   - One of the following: all, leaf, hub."
 }