From: Kay Sievers Date: Wed, 20 Sep 2006 18:22:57 +0000 (+0200) Subject: fix spelling in deprecation warning X-Git-Tag: 174~2120 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b4e4b5a5db32177ec422c96d4440651a85d59704 fix spelling in deprecation warning Found by Andreas Hanke. --- diff --git a/udev_rules_parse.c b/udev_rules_parse.c index a13733127..535b59590 100644 --- a/udev_rules_parse.c +++ b/udev_rules_parse.c @@ -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 */