From c609cd960d5cc309fe32ab315efe8dde79504d14 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Thu, 15 Oct 2015 15:15:56 +0100 Subject: maint: fix incorrect spellings etc * NEWS: Use a standard version specification. * doc/coreutils.texi: Fix incorrect grammar. * src/df.c: Update a stale comment. * src/copy.c: Fix incorrect spellings. * src/factor.c: Likewise. * src/ls.c: Likewise. * src/pr.c: Likewise. * src/relpath.c: Likewise. * src/shred.c: Likewise. * src/sort.c: Likewise. * src/split.c: Likewise. * src/stdbuf.c: Likewise. * tests/misc/seq-precision.sh: Likewise. --- src/shred.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shred.c') diff --git a/src/shred.c b/src/shred.c index 08e212a23..a7cfc6b78 100644 --- a/src/shred.c +++ b/src/shred.c @@ -431,7 +431,7 @@ dopass (int fd, struct stat const *st, char const *qname, off_t *sizep, unsigned long int k, unsigned long int n) { off_t size = *sizep; - off_t offset; /* Current file posiiton */ + off_t offset; /* Current file position */ time_t thresh IF_LINT ( = 0); /* Time to maybe print next status update */ time_t now = 0; /* Current time */ size_t lim; /* Amount of data to try writing */ -- cgit v1.2.3-54-g00ecf