]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
terminal-util: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 07:34:03 +0000 (16:34 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 07:34:07 +0000 (16:34 +0900)
Follow-up for b27f791691b149ea660618dd93e7b9792d4e7680.

src/basic/terminal-util.c

index 498e2d532ba612a587c693c7d5a8d7601bde9687..c620375efd17d58e74ad53eb6c9a2545f24fa469 100644 (file)
@@ -1096,7 +1096,7 @@ bool tty_is_vc(const char *tty) {
 
         /* NB: for >= 0 values no range check is conducted here, on the assumption that the caller will
          * either extract vtnr through vtnr_from_tty() later where ERANGE would be reported, or doesn't care
-         * about whether it's strictly valid, but only asking "does this fall into the vt catogory?", for which
+         * about whether it's strictly valid, but only asking "does this fall into the vt category?", for which
          * "yes" seems to be a better answer. */
 
         return vtnr_from_tty_raw(tty, /* ret = */ NULL) >= 0;