]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nsresourced: fix typo
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Mon, 18 May 2026 10:31:55 +0000 (12:31 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Mon, 18 May 2026 10:44:45 +0000 (12:44 +0200)
Reported by qarmin (Rafał Mikrut).

src/nsresourced/userns-restrict.c

index 11bb2e7d8fd36e4d158c8d4316c4e4b5cafe5846..a6cdd03c5e2c7d28bfff1f30cea52b767e36d1e1 100644 (file)
@@ -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) {