mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
fix spelling in deprecation warning
Found by Andreas Hanke.
This commit is contained in:
parent
92be0b8700
commit
b4e4b5a5db
@ -580,7 +580,7 @@ static int add_to_rules(struct udev_rules *rules, char *line, const char *filena
|
||||
}
|
||||
|
||||
if (physdev && rule->wait_for_sysfs.operation == KEY_OP_UNSET)
|
||||
err("PHYSDEV* values are deprected and will be removed from a future kernel, "
|
||||
err("PHYSDEV* values are deprecated and will be removed from a future kernel, "
|
||||
"please fix it in %s:%u", filename, lineno);
|
||||
|
||||
/* skip line if not any valid key was found */
|
||||
|
Loading…
Reference in New Issue
Block a user