tog: fix typo in error message
diff --git a/tog/tog.c b/tog/tog.c
index 78b5d65..f751d54 100644
--- a/tog/tog.c
+++ b/tog/tog.c
@@ -4543,7 +4543,7 @@ main(int argc, char *argv[])
}
if (cmd == NULL) {
- fprintf(stderr, "%s: unkown command '%s'\n",
+ fprintf(stderr, "%s: unknown command '%s'\n",
getprogname(), argv[0]);
usage();
return 1;