summaryrefslogtreecommitdiff
path: root/udev_rules.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2005-09-14 14:28:59 +0200
committerKay Sievers <kay.sievers@suse.de>2005-09-14 14:28:59 +0200
commit129979643f5ae0363cef23978bce5d546be2f77d (patch)
treefbc64777a4282a33b53ecf8f937760a94f711ab2 /udev_rules.c
parentb4f192f054410bf9ddd04b770f0b46f0fd25abce (diff)
fix a debug text typo in udev_rules.c
Diffstat (limited to 'udev_rules.c')
-rw-r--r--udev_rules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev_rules.c b/udev_rules.c
index 7c73356831..ad3629d39d 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);