]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/view.tex
typos and other doc corrections from Olly Betts (patch 573738)
[wxWidgets.git] / docs / latex / wx / view.tex
index 77b0811952b06c0b803a4b420fbf726752197d00..d9fa115fdf33c84e931f003b8e39cb113e67fea5 100644 (file)
@@ -145,7 +145,7 @@ view will be deleted.
 
 If the printing framework is enabled in the library, this function returns a
 \rtfsp\helpref{wxPrintout}{wxprintout} object for the purposes of printing. It should create a new object
-everytime it is called; the framework will delete objects it creates.
+every time it is called; the framework will delete objects it creates.
 
 By default, this function returns an instance of wxDocPrintout, which prints
 and previews one page by calling wxView::OnDraw.