From: Matt Kraai Date: Tue, 11 Apr 2006 17:35:52 +0000 (+0200) Subject: fix typo in error message X-Git-Tag: 174~2288 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=00a074480e4ab15e61f13f8791015fa0befcadce;ds=sidebyside fix typo in error message --- diff --git a/udev_rules.c b/udev_rules.c index 09a299f22..623ca4685 100644 --- a/udev_rules.c +++ b/udev_rules.c @@ -293,7 +293,7 @@ static int find_free_number(const char *base, const char *devpath) static int warn = 1; if (warn) { - err("%%e is deprecated, will be removed and is unlikey to work correctly. Don't use it."); + err("%%e is deprecated, will be removed and is unlikely to work correctly. Don't use it."); warn = 0; }