summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--ifdata.c2
2 files changed, 7 insertions, 1 deletions
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 <joeyh@debian.org> 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" },