From: Yu Watanabe Date: Mon, 20 Jul 2026 05:53:45 +0000 (+0900) Subject: sysupdate: fix typo X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4476d350812f4b76993eef4dcbc753c7173fba2a;p=thirdparty%2Fsystemd.git sysupdate: fix typo Follow-up for d82e256bb9d151b185a8afec1fcacd8fbe80555c. --- diff --git a/src/sysupdate/sysupdate-cleanup.c b/src/sysupdate/sysupdate-cleanup.c index f45ac37e2c9..fc18c594ac9 100644 --- a/src/sysupdate/sysupdate-cleanup.c +++ b/src/sysupdate/sysupdate-cleanup.c @@ -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) {