aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Kraai <kraai@ftbfs.org>2006-04-11 19:35:52 +0200
committerKay Sievers <kay.sievers@suse.de>2006-04-11 19:35:52 +0200
commit00a074480e4ab15e61f13f8791015fa0befcadce (patch)
tree049ffaa13ca31c26b6713dbddcf460285d67f1ff
parent485fd28cfa03d2d0b682d6ddb30bdef1d249e5fd (diff)
downloadudev-00a074480e4ab15e61f13f8791015fa0befcadce.tar.gz
fix typo in error message
-rw-r--r--udev_rules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev_rules.c b/udev_rules.c
index 09a299f2..623ca468 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;
}