summaryrefslogtreecommitdiff
path: root/src/shred.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-05-19 21:36:33 +0200
committerJim Meyering <meyering@redhat.com>2011-05-19 21:36:33 +0200
commitcb4a0e31e282924f86046557980a2b5e16111ddd (patch)
tree92624e3912998c5a6e3e72cfdbd0ee2502194b54 /src/shred.c
parentbeaa94931345271fd288480d7ea952f9551ef991 (diff)
downloadcoreutils-cb4a0e31e282924f86046557980a2b5e16111ddd.tar.xz
maint: correct typos involving misuse of "a" and "an"
* NEWS: "an misleading" * src/expr.c: "a integer * src/ptx.c (find_occurs_in_text): "a end" * src/shred.c (do_wipefd): "a infinite" * src/sort.c (SUBTHREAD_LINES_HEURISTIC): "an dual-core" (compare_random): "an checksum" * cfg.mk (old_NEWS_hash): Update, since the typo was in old news.
Diffstat (limited to 'src/shred.c')
-rw-r--r--src/shred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shred.c b/src/shred.c
index 27747919f..d8b33e780 100644
--- a/src/shred.c
+++ b/src/shred.c
@@ -781,7 +781,7 @@ do_wipefd (int fd, char const *qname, struct randint_source *s,
}
/* If we know that we can't possibly shred the file, give up now.
- Otherwise, we may go into a infinite loop writing data before we
+ Otherwise, we may go into an infinite loop writing data before we
find that we can't rewind the device. */
if ((S_ISCHR (st.st_mode) && isatty (fd))
|| S_ISFIFO (st.st_mode)