chiark / gitweb /
Fix spelling errors using 'codespell' tool
[elogind.git] / src / tmpfiles / tmpfiles.c
index 5d32bd19758493d51a392776e16f14e165e31264..fea1ca2fc260536256afa13562504a18bcbe58e5 100644 (file)
@@ -743,7 +743,7 @@ static int create_item(Item *i) {
 
                 if (have_effective_cap(CAP_MKNOD) == 0) {
                         /* In a container we lack CAP_MKNOD. We
-                        shouldnt attempt to create the device node in
+                        shouldn't attempt to create the device node in
                         that case to avoid noise, and we don't support
                         virtualized devices in containers anyway. */