summaryrefslogtreecommitdiff
path: root/tests/printf1.sub
diff options
context:
space:
mode:
Diffstat (limited to 'tests/printf1.sub')
-rw-r--r--tests/printf1.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/printf1.sub b/tests/printf1.sub
index e4fb54b8..2cbbc6a6 100644
--- a/tests/printf1.sub
+++ b/tests/printf1.sub
@@ -24,7 +24,7 @@ printf "%s" "$vv"
printf -v vv "one\ctwo\n"
printf "%s" "$vv"
-# and unrecognized backslash escapes should have the backslash preserverd
+# and unrecognized backslash escapes should have the backslash preserved
printf -v vv "4\.2\n"
printf "%s" "$vv"