commit e1e6fd65758a800c5c76600a96a9326fd63163b0
parent 85d6b7b2bee53e043b8d1477dc2eb91d163a7871
Author: Mattias Andrée <maandree@kth.se>
Date: Mon, 9 May 2016 15:04:39 +0200
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/libzahls-design.tex b/doc/libzahls-design.tex
@@ -70,7 +70,7 @@ Rather than writing
\end{alltt}
\noindent
-or a but cleaner, if ther is a lot of calls,
+or a but cleaner, if there are a lot of calls,
\begin{alltt}
#define TRY(...) do if (__VA_ARGS__) goto out; while (0)