]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialup.h
Generate tags for ribbon headers and sources too.
[wxWidgets.git] / include / wx / dialup.h
index 75c7c630855366ccc7fc11c1e01b5d49eb09447d..f907c7ac230af4033d1a7b28a2ab9376f1b6edac 100644 (file)
@@ -171,7 +171,7 @@ public:
     bool IsConnectedEvent() const
         { return GetEventType() == wxEVT_DIALUP_CONNECTED; }
 
-    // does this event come from wxDialUpManager::Dial() or from some extrenal
+    // does this event come from wxDialUpManager::Dial() or from some external
     // process (i.e. does it result from our own attempt to establish the
     // connection)?
     bool IsOwnEvent() const { return m_id != 0; }