]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/print.tex
tried to make wxCloseEvent docs more clear too
[wxWidgets.git] / docs / latex / wx / print.tex
index cc4df2a635e54229bb4fbe2fc77cc4369b5ba1ca..063ee8dfe6af5c69bdee608410393695d4c3200b 100644 (file)
@@ -722,7 +722,7 @@ Constructor. With empty strings for the first three arguments, the default print
 displayed. {\it device} indicates the type of printer and {\it output}
 is an optional file for printing to. The {\it driver} parameter is
 currently unused.  Use the {\it Ok} member to test whether the
-constructor was successful in creating a useable device context.
+constructor was successful in creating a usable device context.
 
 This constructor is deprecated and retained only for backward compatibility.
 
@@ -753,7 +753,7 @@ wxPrintPreview object to initiate printing or previewing.
 
 \func{}{wxPrintout}{\param{const wxString\& }{title = "Printout"}}
 
-Constructor. Pass an optional title argument - the curent filename would be a good idea. This will appear in the printing list
+Constructor. Pass an optional title argument - the current filename would be a good idea. This will appear in the printing list
 (at least in MSW)
 
 \membersection{wxPrintout::\destruct{wxPrintout}}