fix a debug text typo in udev_rules.c

This commit is contained in:
Olivier Blin 2005-09-14 14:28:59 +02:00 committed by Kay Sievers
parent b4f192f054
commit 129979643f

View 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);