From d70ca6ef287d758308380caa89111f7a985a04cd Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Mon, 26 Oct 2009 13:05:50 +0100 Subject: [PATCH] Fix Spanish filename typo in update script. --- scripts/build/grand-replace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/grand-replace.py b/scripts/build/grand-replace.py index dc0697d475..abd67ba1ec 100644 --- a/scripts/build/grand-replace.py +++ b/scripts/build/grand-replace.py @@ -46,7 +46,7 @@ copied_files = [ 'txi-de.tex', 'txi-en.tex', 'txi-fr.tex', - 'txi-sf.tex', + 'txi-es.tex', ] def main (): -- 2.39.5