]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
analyze: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 5 Jul 2025 16:42:24 +0000 (01:42 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 5 Jul 2025 16:42:27 +0000 (01:42 +0900)
Follow-up for 9a08000d186396bc8bcb8fe057720417543c3bf0.

src/analyze/analyze.c

index a43ae3bdb450e48e2f31a63d15c7b9321ae8a9d0..cc50eb410acf8f1b697575cd2dcd2d0261b2b1aa 100644 (file)
@@ -422,7 +422,7 @@ static int parse_argv(int argc, char *argv[]) {
                          * normally. */
 
                         if (unit_shell >= 0) {
-                                optind--; /* don't processs this argument, go one step back */
+                                optind--; /* don't process this argument, go one step back */
                                 goto done;
                         }
                         if (streq(optarg, "unit-shell"))