]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/printf1.sub
bash-5.2 distribution sources and documentation
[thirdparty/bash.git] / tests / printf1.sub
index e4fb54b8be30ec6fa3fc7eb2815296ea06db9c5a..2cbbc6a6a6c55d80f7bd61af3dd2028103b4fd62 100644 (file)
@@ -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"