Package: udev Version: 0.089-1 Severity: minor Tags: patch A warning output by udev misspells "unlikely" as "unlikey". The attached patch fixes this problem.
-- Matt
diff -Nru udev-0.089-orig/debian/patches/unlikely_spelling_fix
udev-0.089/debian/patches/unlikely_spelling_fix
--- udev-0.089-orig/debian/patches/unlikely_spelling_fix 1969-12-31
16:00:00.000000000 -0800
+++ udev-0.089/debian/patches/unlikely_spelling_fix 2006-04-11
08:50:02.000000000 -0700
@@ -0,0 +1,12 @@
+diff -ru udev-089.orig/udev_rules.c udev-089/udev_rules.c
+--- udev-089.orig/udev_rules.c 2006-04-11 08:48:59.000000000 -0700
++++ udev-089/udev_rules.c 2006-04-11 08:49:08.000000000 -0700
+@@ -293,7 +293,7 @@
+ 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;
+ }
+
signature.asc
Description: Digital signature

