]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
tests: Fix typos on scheme-format test.
authorMiguel Arruga Vivas <rosen644835@gmail.com>
Mon, 31 Dec 2018 10:38:36 +0000 (11:38 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 9 Oct 2022 07:30:42 +0000 (09:30 +0200)
* gettext-tools/tests/format-scheme-2: Fix typos.

gettext-tools/tests/format-scheme-2

index 417a38271af555f76372bfcebf5accdabc59da99..5dd07451129fc28274a18023f09b1cb8463f89dc 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 . "${srcdir=.}/init.sh"; path_prepend_ . ../src
 
-# Test checking of Lisp format strings.
+# Test checking of Scheme format strings.
 
 cat <<\EOF > f-sc-2.data
 # Valid: ~~ doesn't count
@@ -204,8 +204,8 @@ ${msgid_line}
 ${msgstr_line}
 EOF
   else
-    cat <<EOF > f-l-2-$n.po
-#, lisp-format
+    cat <<EOF > f-sc-2-$n.po
+#, scheme-format
 ${msgid_line}
 ${msgid_plural_line}
 ${msgstr0_line}