X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b54eae52375d897a61ba57a1d080b0d00627310e..84a62bdaa92c49009912f2703516a2a8adbdf04e:/src/msw/dialup.cpp diff --git a/src/msw/dialup.cpp b/src/msw/dialup.cpp index 6cc5040544..11dd018294 100644 --- a/src/msw/dialup.cpp +++ b/src/msw/dialup.cpp @@ -4,7 +4,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 07.07.99 -// RCS-ID: $Id$ // Copyright: (c) Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -1284,7 +1283,7 @@ static DWORD wxRasMonitorThread(wxRasThreadData *data) } // we don't need it any more now and if this thread ran, it is our - // responsability to free the data + // responsibility to free the data delete data; return 0;