X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11fdee427ee7c2aae0fda8655b30791f084a45ab..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/samples/dialup/nettest.cpp diff --git a/samples/dialup/nettest.cpp b/samples/dialup/nettest.cpp index 4b15fea0af..1e837dfb9b 100644 --- a/samples/dialup/nettest.cpp +++ b/samples/dialup/nettest.cpp @@ -272,7 +272,7 @@ void MyFrame::OnHangUp(wxCommandEvent& WXUNUSED(event)) { if ( wxGetApp().GetDialer()->HangUp() ) { - wxLogStatus(this, wxT("Connection was succesfully terminated.")); + wxLogStatus(this, wxT("Connection was successfully terminated.")); } else {