aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fmt
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-03-13 17:26:15 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-03-13 17:26:15 +0000
commit5666643a95389e3ea7637b86cc556d411242f71e (patch)
tree395ef70f6697c7140bf88d1c3374954164b0f4a0 /usr.bin/fmt
parent183502d1625fbcc3600fbe1d196758b946749569 (diff)
downloadsrc-5666643a95389e3ea7637b86cc556d411242f71e.tar.gz
src-5666643a95389e3ea7637b86cc556d411242f71e.zip
Diffstat (limited to 'usr.bin/fmt')
-rw-r--r--usr.bin/fmt/fmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fmt/fmt.c b/usr.bin/fmt/fmt.c
index be196c26977a..967de1309e9e 100644
--- a/usr.bin/fmt/fmt.c
+++ b/usr.bin/fmt/fmt.c
@@ -624,7 +624,7 @@ output_word(size_t indent0, size_t indent1, const wchar_t *word, size_t length,
if (new_x <= goal_length) {
/*
* After adding the word we still aren't at the goal length,
- * so clearly we add it to the buffer rather than outputing
+ * so clearly we add it to the buffer rather than outputting
* it.
*/
wmemset(output_buffer + output_buffer_length, L' ',