From f5413b36c95f1abeaca974d7b890b75a738ce554 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Sun, 8 Jul 2018 18:08:12 +0200 Subject: [PATCH] Typos --- doc/hcar/threepennygui-2016-11.tex | 2 +- src/Graphics/UI/Threepenny/Internal.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/hcar/threepennygui-2016-11.tex b/doc/hcar/threepennygui-2016-11.tex index 405207cd..edfcec82 100644 --- a/doc/hcar/threepennygui-2016-11.tex +++ b/doc/hcar/threepennygui-2016-11.tex @@ -52,7 +52,7 @@ \subsubsection*{Future development} \begin{itemize} \item Improve performance by batching FFI calls. This has already been partially implemented, - but more library calls should be made batcheable. + but more library calls should be made batchable. \item Integrate with \href{http://electron.atom.io/}{Electron}, a new framework for developing desktop applications with HTML and JavaScript. \end{itemize} diff --git a/src/Graphics/UI/Threepenny/Internal.hs b/src/Graphics/UI/Threepenny/Internal.hs index 54455dd3..f34d473c 100644 --- a/src/Graphics/UI/Threepenny/Internal.hs +++ b/src/Graphics/UI/Threepenny/Internal.hs @@ -221,7 +221,7 @@ mkElementNamespace namespace tag = do -- -- This operation removes the element from the browser window DOM -- and marks it for garbage collection on the Haskell side. --- The element is unuseable afterwards. +-- The element is unusable afterwards. -- -- NOTE: If you wish to temporarily remove an element from the DOM tree, -- change the 'children' property of its parent element instead.