summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtypr.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/typr.sh b/typr.sh
index 3c87749..4c46d12 100755
--- a/typr.sh
+++ b/typr.sh
@@ -151,7 +151,6 @@ typr_generate_text () {
text="$(printf "%s " $(printf "%s\n" $words | shuf -n $wordcount))"
text="${text% }"
- printf "%s" "$text" > TEXTIS
text="$(typr_wrap_text)"
}
@@ -178,7 +177,7 @@ typr_update_acc () {
e="${e#?}"
[ "$ct" = "$ce" ] && correct_kp=$((correct_kp+1))
- total_kp=$((total_kp+1))
+ total_kp=$((total_kp+1))
done
export correct_kp total_kp
}