fix spelling in deprecation warning

Found by Andreas Hanke.
This commit is contained in:
Kay Sievers 2006-09-20 20:22:57 +02:00
parent 92be0b8700
commit b4e4b5a5db

View file

@ -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) 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); "please fix it in %s:%u", filename, lineno);
/* skip line if not any valid key was found */ /* skip line if not any valid key was found */