]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dialup.tex
Removed some inappropriate use of verbatim
[wxWidgets.git] / docs / latex / wx / dialup.tex
index 7c13018ec5d9ef60511067b76133506bdc3c900e..02b305cae85502a35118b2e5f390c9d8824f4fb2 100644 (file)
@@ -11,7 +11,7 @@
 
 \section{\class{wxDialUpManager}}\label{wxdialupmanager}
 
-This class encapsulates functions dealing with veryfying the connection status
+This class encapsulates functions dealing with verifying the connection status
 of the workstation (connected to the Internet via a direct connection,
 connected through a modem or not connected at all) and to establish this
 connection if possible/required (i.e. in the case of the modem).
@@ -91,7 +91,7 @@ their number (may be $0$).
 
 \func{bool}{Dial}{\param{const wxString\& }{nameOfISP = wxEmptyString}, \param{const wxString\& }{username = wxEmptyString}, \param{const wxString\& }{password = wxEmptyString}, \param{bool }{async = TRUE}}
 
-Dial the given ISP, use {\it username} and {\it password} to authentificate.
+Dial the given ISP, use {\it username} and {\it password} to authenticate.
 
 The parameters are only used under Windows currently, for Unix you should use 
 \helpref{SetConnectCommand}{wxdialupmanagersetconnectcommand} to customize this
@@ -175,7 +175,7 @@ algorithm may think about it.
 
 \func{bool}{EnableAutoCheckOnlineStatus}{\param{size\_t }{nSeconds = 60}}
 
-Enable automatical checks for the connection status and sending of 
+Enable automatic checks for the connection status and sending of 
 {\tt wxEVT\_DIALUP\_CONNECTED/wxEVT\_DIALUP\_DISCONNECTED} events. The interval
 parameter is only for Unix where we do the check manually and specifies how
 often should we repeat the check (each minute by default). Under Windows, the