Commit dfd6c25013ffa89ef7879d8f6a2548f989c4f3ea

Stefan Sperling 2020-02-28T19:36:57

fix typo in comment; found by mpi@

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tog/tog.c b/tog/tog.c
index db491e8..727b3c5 100644
--- a/tog/tog.c
+++ b/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) {