summaryrefslogtreecommitdiffstats
path: root/bin/pax/pax.c
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-05-22 14:03:38 +0000
committeruqs <uqs@FreeBSD.org>2011-05-22 14:03:38 +0000
commit1fb4642784519876f8220deacb97f0f95ac6c055 (patch)
tree05230016110e6747c95dd7ec35d8a17dc833bc0c /bin/pax/pax.c
parent5179964e55d126b29ad092dc0a48e0980b299f3b (diff)
downloadFreeBSD-src-1fb4642784519876f8220deacb97f0f95ac6c055.zip
FreeBSD-src-1fb4642784519876f8220deacb97f0f95ac6c055.tar.gz
Fix a bunch of typos and a couple of whitespace nits.
Helped by: codespell and vim's spellchecker
Diffstat (limited to 'bin/pax/pax.c')
-rw-r--r--bin/pax/pax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/pax.c b/bin/pax/pax.c
index cb19b99..040db74 100644
--- a/bin/pax/pax.c
+++ b/bin/pax/pax.c
@@ -372,7 +372,7 @@ gen_init(void)
/*
* signal handling to reset stored directory times and modes. Since
* we deal with broken pipes via failed writes we ignore it. We also
- * deal with any file size limit thorugh failed writes. Cpu time
+ * deal with any file size limit thorough failed writes. Cpu time
* limits are caught and a cleanup is forced.
*/
if ((sigemptyset(&s_mask) < 0) || (sigaddset(&s_mask, SIGTERM) < 0) ||
OpenPOWER on IntegriCloud