From 9d43e0335f1341f5f672631fe10de6534a56e436 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Mon, 22 Apr 2024 23:00:22 +0800 Subject: [PATCH] nspawn: fix typo Follow-up for edd3d4d7c2373e0d53b09894ce6405ff697185aa --- src/nspawn/nspawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3