chiark / gitweb /
Spelling Corrections
[elogind.git] / src / automount.c
index c225c161eb0fccfc3f44b74fe4339e902a3bd752..f6f83d43b6a0d00867b60b13ebe8fdcf5584d499 100644 (file)
@@ -583,7 +583,7 @@ static void automount_enter_runnning(Automount *a) {
 
         /* Before we do anything, let's see if somebody is playing games with us? */
         if (lstat(a->where, &st) < 0) {
-                log_warning("%s failed stat automount point: %m", a->meta.id);
+                log_warning("%s failed to stat automount point: %m", a->meta.id);
                 goto fail;
         }