From: joeyh Date: Thu, 29 Jun 2006 16:02:21 +0000 (+0000) Subject: * ifdata: typo X-Git-Tag: 0.13~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f8137c0a9a628206a23d343573debb544c4a811;p=moreutils * ifdata: typo --- diff --git a/debian/changelog b/debian/changelog index 01a7aaf..e33983f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +moreutils (0.13) UNRELEASED; urgency=low + + * ifdata: typo + + -- Joey Hess Thu, 29 Jun 2006 12:00:59 -0400 + moreutils (0.12) unstable; urgency=low * Really fix typo. Closes: #369485 diff --git a/ifdata.c b/ifdata.c index 2bdf6ba..c0ee4ae 100644 --- 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" },