summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-03-05 23:25:49 -0600
committerCase Duckworth2023-03-05 23:25:49 -0600
commit0fb103f0b2c3bb1382d7333d75124d25b5cd94dd (patch)
tree6a99b61a52f0d509d37e874acbd7b759c055154e
parentAdd functions (diff)
downloadtwerk-0fb103f0b2c3bb1382d7333d75124d25b5cd94dd.tar.gz
twerk-0fb103f0b2c3bb1382d7333d75124d25b5cd94dd.zip
Fix typos
-rwxr-xr-xtwerk3
1 files changed, 1 insertions, 2 deletions
diff --git a/twerk b/twerk index 68f59d0..8c9f65d 100755 --- a/twerk +++ b/twerk
@@ -66,7 +66,6 @@ configure() {
66 if test -z "$TWERK_HANG" 66 if test -z "$TWERK_HANG"
67 then 67 then
68 TWERK_HANG=$((TWERK_USER_WIDTH+(TWERK_INCLUDE_TIME*6)+10+3)) 68 TWERK_HANG=$((TWERK_USER_WIDTH+(TWERK_INCLUDE_TIME*6)+10+3))
69 echo >&2 "$TWERK_HANG"
70 fi 69 fi
71} 70}
72 71
@@ -184,7 +183,7 @@ format_posts() {
184 183
185 printf '%s\n' "$post" | 184 printf '%s\n' "$post" |
186 tr ' ' '\n' | 185 tr ' ' '\n' |
187 while IFS= read word 186 while IFS= read -r word
188 do 187 do
189 case "$word" in 188 case "$word" in
190 \@\<*\>) 189 \@\<*\>)