From: Mike Yuan Date: Mon, 22 Apr 2024 15:00:22 +0000 (+0800) Subject: nspawn: fix typo X-Git-Tag: v256-rc1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d43e0335f1341f5f672631fe10de6534a56e436;p=thirdparty%2Fsystemd.git nspawn: fix typo Follow-up for edd3d4d7c2373e0d53b09894ce6405ff697185aa --- diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 60894c9c864..8902df157f8 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -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