From 00a074480e4ab15e61f13f8791015fa0befcadce Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 11 Apr 2006 19:35:52 +0200 Subject: [PATCH] fix typo in error message --- udev_rules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2