Commit Diff


commit - a0ea4fc07b81c69fa0409a2e39e702659f256179
commit + dfd6c25013ffa89ef7879d8f6a2548f989c4f3ea
blob - db491e889c779a9a919851be200f178541a1974e
blob + 727b3c59b17342f127cb82d66fdb097648842a14
--- tog/tog.c
+++ tog/tog.c
@@ -5409,7 +5409,7 @@ main(int argc, char *argv[])
 	} else {
 		int i;
 
-		/* Did the user specific a command? */
+		/* Did the user specify a command? */
 		for (i = 0; i < nitems(tog_commands); i++) {
 			if (strncmp(tog_commands[i].name, argv[0],
 			    strlen(argv[0])) == 0) {