]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sysupdate: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Jul 2026 05:53:45 +0000 (14:53 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Jul 2026 07:22:40 +0000 (16:22 +0900)
Follow-up for d82e256bb9d151b185a8afec1fcacd8fbe80555c.

src/sysupdate/sysupdate-cleanup.c

index f45ac37e2c9726e7d27c98b3fd757fa0b112385c..fc18c594ac9673f42b8a01069cb6f89ed1523006 100644 (file)
@@ -161,7 +161,7 @@ static int context_is_path_currently_owned(
         assert(path);
         assert(relpath);
 
-        /* Checks if the there's a transfer file for the directoy 'path', and then if any of its patterns
+        /* Checks if there's a transfer file for the directory 'path', and then if any of its patterns
          * match 'relpath' */
 
         FOREACH_ARRAY(_t, c->transfers, c->n_transfers) {