summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/usage.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage.tex b/doc/usage.tex
index a7532ddf..68ca76d6 100644
--- a/doc/usage.tex
+++ b/doc/usage.tex
@@ -87,7 +87,7 @@ To compile Sail into C, the \verb+-c+ option is used, like so:
\begin{verbatim}
sail -c FILES 1> out.c
\end{verbatim}
-The transated C is by default printed to stdout, but one can also use
+The translated C is by default printed to stdout, but one can also use
the \verb+-o+ option to output to a file, so
\begin{verbatim}
sail -c FILES -o out