chiark / gitweb /
fix typo in error message
authorMatt Kraai <kraai@ftbfs.org>
Tue, 11 Apr 2006 17:35:52 +0000 (19:35 +0200)
committerKay Sievers <kay.sievers@suse.de>
Tue, 11 Apr 2006 17:35:52 +0000 (19:35 +0200)
udev_rules.c

index 09a299f22458a6cde5f4e06fa0e5e6ad9afb2afb..623ca468584dce0f38a58c389141265baac51675 100644 (file)
@@ -293,7 +293,7 @@ static int find_free_number(const char *base, const char *devpath)
        static int warn = 1;
 
        if (warn) {
        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;
        }
 
                warn = 0;
        }