]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/process.h
Allow showing the print preview frame non modally.
[wxWidgets.git] / interface / wx / process.h
index 03e29baf59b36080f9ba0339a2e2b741c0e83eb9..7d62189291419458277d2c7a3a1f2811334b69c6 100644 (file)
@@ -169,7 +169,7 @@ public:
     wxInputStream* GetInputStream() const;
 
     /**
-        It returns an output stream correspoding to the input stream of the subprocess.
+        It returns an output stream corresponding to the input stream of the subprocess.
 
         If it is @NULL, you have not turned on the redirection or already
         called CloseOutput().