X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..3eabbbcc5d6a3dc2395a48eeed3da4bc894f644b:/include/wx/dialup.h

diff --git a/include/wx/dialup.h b/include/wx/dialup.h
index 75c7c63085..f907c7ac23 100644
--- a/include/wx/dialup.h
+++ b/include/wx/dialup.h
@@ -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; }