diff options
author | Matt Kraai <kraai@ftbfs.org> | 2006-04-11 19:35:52 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-04-11 19:35:52 +0200 |
commit | 00a074480e4ab15e61f13f8791015fa0befcadce (patch) | |
tree | 049ffaa13ca31c26b6713dbddcf460285d67f1ff /udev_rules.c | |
parent | 485fd28cfa03d2d0b682d6ddb30bdef1d249e5fd (diff) |
fix typo in error message
Diffstat (limited to 'udev_rules.c')
-rw-r--r-- | udev_rules.c | 2 |
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; } |