From cbbeafb85547b0310506df609b5bdc65bf2c0747 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 31 Aug 2009 13:33:11 +0200 Subject: [PATCH] Rename summery to summary. --- Makefile | 4 ++-- clash-haskell09.lhs | 4 ++-- summery.lhs => summary.lhs | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename summery.lhs => summary.lhs (100%) diff --git a/Makefile b/Makefile index 34be7b4..66558e5 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ LHSRCS = \ reducer.lhs \ howdoesitwork.lhs \ demo.lhs \ - summery.lhs + summary.lhs LHFORMATS = \ talk.fmt @@ -45,4 +45,4 @@ clean: $(RM) $(FILE).synctex.gz $(RM) $(FILE).nav $(RM) $(FILE).snm - $(RM) *.hi *.o *.aux \ No newline at end of file + $(RM) *.hi *.o *.aux diff --git a/clash-haskell09.lhs b/clash-haskell09.lhs index 445f633..8975cfd 100644 --- a/clash-haskell09.lhs +++ b/clash-haskell09.lhs @@ -21,6 +21,6 @@ \include{demo} \include{reducer} \include{howdoesitwork} -\include{summery} +\include{summary} -\end{document} \ No newline at end of file +\end{document} diff --git a/summery.lhs b/summary.lhs similarity index 100% rename from summery.lhs rename to summary.lhs -- 2.30.2