From 0f8137c0a9a628206a23d343573debb544c4a811 Mon Sep 17 00:00:00 2001 From: joeyh Date: Thu, 29 Jun 2006 16:02:21 +0000 Subject: [PATCH] * ifdata: typo --- debian/changelog | 6 ++++++ ifdata.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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" }, -- 2.39.5