]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nspawn: fix typo
authorMike Yuan <me@yhndnzj.com>
Mon, 22 Apr 2024 15:00:22 +0000 (23:00 +0800)
committerMike Yuan <me@yhndnzj.com>
Mon, 22 Apr 2024 15:00:22 +0000 (23:00 +0800)
Follow-up for edd3d4d7c2373e0d53b09894ce6405ff697185aa

src/nspawn/nspawn.c

index 60894c9c864a8f38069bbb073126f405734736bd..8902df157f8bd7cc6a83464a8c6bde6034ed0556 100644 (file)
@@ -2410,7 +2410,7 @@ static int setup_credentials(const char *root) {
         /* If starting a single-process container as a non-root user, the uid will only be resolved after we
          * are inside the inner child, when credential directories and files are already read-only, so they
          * are unusable as the single process won't have access to them. We also don't have access to the
-         * uid that will actually be used from here, as we are setting credentials up from the outher child.
+         * uid that will actually be used from here, as we are setting credentials up from the outer child.
          * In order to make them usable as requested by the configuration, make them world readable in that
          * case, as by definition there are no other processes in that case besides the one being started,
          * which is being configured to be able to access credentials, and any of its children which will