diff --git a/exec/str_cmds.js b/exec/str_cmds.js
index 583357625c9322af64a0f120f1cc7db06f2f1876..b18b3149b6c46ac18b28607829c4ac793c68c697 100644
--- a/exec/str_cmds.js
+++ b/exec/str_cmds.js
@@ -457,7 +457,7 @@ function str_cmds(str)
 			writeln("\tPerforms a bulk upload in areaspec where area spec is ALL, LIB, or");
 			writeln("\tomitted.");
 			writeln("\tIf areaspec is ALL performs the bulk upload in all file areas.");
-			writeln("\tIf areaspec is LIB, does the same in all areas of teh current lib.");
+			writeln("\tIf areaspec is LIB, does the same in all areas of the current lib.");
 		}
 		if(word=="UPLOAD") {
 			str=str.substr(7);