hush: fix handling of raw ^C in scripts: "echo ^C"
[oweals/busybox.git] / shell / hush_test / hush-glob / bash_brace1.tests
index eb2f0e9746c42166759acb6dccdaafce7eae6a92..eae2e2a8444476e3a97e9288e9de4213df65bdf5 100755 (executable)
@@ -4,7 +4,7 @@ v='*brace1.t*'; echo $v
 # ...but not brace expanded:
 v='*{b,b}race1.t*'; echo $v
 
-# whereas direct brces are expanded:
+# whereas direct braces are expanded:
 echo *{b,b}race1.t*
 
 echo Done: $?