From: Olivier Blin Date: Wed, 14 Sep 2005 12:28:59 +0000 (+0200) Subject: fix a debug text typo in udev_rules.c X-Git-Tag: 174~2548 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=129979643f5ae0363cef23978bce5d546be2f77d;hp=b4f192f054410bf9ddd04b770f0b46f0fd25abce fix a debug text typo in udev_rules.c --- diff --git a/udev_rules.c b/udev_rules.c index 7c7335683..ad3629d39 100644 --- a/udev_rules.c +++ b/udev_rules.c @@ -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);