From: Zbigniew Jędrzejewski-Szmek Date: Mon, 18 May 2026 10:31:55 +0000 (+0200) Subject: nsresourced: fix typo X-Git-Tag: v261-rc1~116^2~2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f0405bfdff0ca3787d2d83a30c3fffc65ff00f00;p=thirdparty%2Fsystemd.git nsresourced: fix typo Reported by qarmin (Rafał Mikrut). --- diff --git a/src/nsresourced/userns-restrict.c b/src/nsresourced/userns-restrict.c index 11bb2e7d8fd..a6cdd03c5e2 100644 --- a/src/nsresourced/userns-restrict.c +++ b/src/nsresourced/userns-restrict.c @@ -244,7 +244,7 @@ int userns_restrict_put_by_inode( if (n_try == 0) return log_debug_errno(SYNTHETIC_ERRNO(EEXIST), - "Stillcan't create inode entry in BPF map after 10 tries."); + "Still cannot create inode entry in BPF map after 10 tries."); r = sym_bpf_map_lookup_elem(outer_map_fd, &ino, &innermap_id); if (r >= 0) {