]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/docs/latex/ogl/sample.tex
whilst -> while
[wxWidgets.git] / contrib / docs / latex / ogl / sample.tex
index 4e0a437d3958f959789a3f1bdf80983ee9766856..da0c61325671846cd9f1d404181f03bb9aabccba 100644 (file)
@@ -63,7 +63,7 @@ copes with this by treating each arc deletion as a separate command, and
 sending Cut commands recursively, providing an undo path. Undoing such a
 Cut will only undo one command at a time - not a one to one
 correspondence with the original command - but it's a reasonable
-compromise and preserves Do/Undo whilst keeping our DiagramCommand class
+compromise and preserves Do/Undo while keeping our DiagramCommand class
 simple.
 
 \section{Possible enhancements}