]> err.no Git - moreutils/commitdiff
* ifdata: typo
authorjoeyh <joeyh>
Thu, 29 Jun 2006 16:02:21 +0000 (16:02 +0000)
committerjoeyh <joeyh>
Thu, 29 Jun 2006 16:02:21 +0000 (16:02 +0000)
debian/changelog
ifdata.c

index 01a7aafb49f844072ffc041a2a786a720ec0991d..e33983f65b0ea57724b70bb7634e929ef8bdc18b 100644 (file)
@@ -1,3 +1,9 @@
+moreutils (0.13) UNRELEASED; urgency=low
+
+  * ifdata: typo
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 29 Jun 2006 12:00:59 -0400
+
 moreutils (0.12) unstable; urgency=low
 
   * Really fix typo. Closes: #369485
index 2bdf6ba7cb17f4aed8d135e352665944af2a1319..c0ee4ae4f9d874ee4ec65bc818d8725684678ba1 100644 (file)
--- a/ifdata.c
+++ b/ifdata.c
@@ -281,7 +281,7 @@ const struct {
        unsigned int is_stat;
        char *description;
 } options[] = {
-       { "-e",   DO_EXISTS,        0, "Reports interface exitance via return code" },
+       { "-e",   DO_EXISTS,        0, "Reports interface existence via return code" },
        { "-p",   DO_PALL,          0, "Print out the whole config of iface" },
        { "-pe",  DO_PEXISTS,       0, "Print out yes or no according to existence" },
        { "-ph",  DO_PHWADDRESS,    0, "Print out the hardware address" },