diff options
Diffstat (limited to 'ec-defs.tex')
-rw-r--r-- | ec-defs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ec-defs.tex b/ec-defs.tex index 1ebecc6..90dfb6d 100644 --- a/ec-defs.tex +++ b/ec-defs.tex @@ -187,7 +187,7 @@ \newcounter{bnf} \lstnewenvironment{bnf}[2][]{ - \renewcommand\lstlistingname{Gramática} + \renewcommand\lstlistingname{Grammar} \setcounter{lstlisting}{\value{bnf}} \lstset{language=bnf,caption={#2},#1} } |