mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-15 02:56:51 +07:00
fix a debug text typo in udev_rules.c
This commit is contained in:
parent
b4f192f054
commit
129979643f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user