From 129979643f5ae0363cef23978bce5d546be2f77d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 14 Sep 2005 14:28:59 +0200 Subject: [PATCH] fix a debug text typo in udev_rules.c --- udev_rules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2