summaryrefslogtreecommitdiff
path: root/udev_rules.c
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 /udev_rules.c
parent485fd28cfa03d2d0b682d6ddb30bdef1d249e5fd (diff)
fix typo in error message
Diffstat (limited to 'udev_rules.c')
-rw-r--r--udev_rules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev_rules.c b/udev_rules.c
index 09a299f224..623ca46858 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;
}