commit 0440df0499ed89455318b8a699839a29d959728e
parent 4d6eefa58712cb4a48dff659608af8e86d927831
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 7 Jun 2017 07:09:09 +0200
fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/presentations/comprehensive/main.tex b/presentations/comprehensive/main.tex
@@ -975,7 +975,7 @@ Note:
\draw [<-, C] (T) -- (co) node [midway, above, sloped] (TextNode) {};
\draw [<-, C] (sign) -- (co) node [midway, above, sloped] (TextNode) {};
\draw [<-, C] (customer) -- (T) node [midway, above, sloped] (TextNode) {link};
- \draw [<-, C] (customer) -- (blinded) node [midway, above, sloped] (TextNode) {link};
+ \draw [<-, C] (customer) -- (sign) node [midway, above, sloped] (TextNode) {link};
\end{tikzpicture}
\end{minipage}
\end{frame}