chiark / gitweb /
log to console if syslog is not available
[elogind.git] / udev_rules.c
index 7c733568312e512a2d95f5cb65c4babbe7a7664f..ad3629d39d1a3017de6a25176d53344f760d0df5 100644 (file)
@@ -648,7 +648,7 @@ found:
                        }
                        pos = getenv(attr);
                        if (pos == NULL) {
-                               dbg("env '%s' not avialable", attr);
+                               dbg("env '%s' not available", attr);
                                break;
                        }
                        dbg("substitute env '%s=%s'", attr, pos);