X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..ff3795eeaf49717c7d09b286326cf0cedd476377:/include/wx/snglinst.h?ds=sidebyside diff --git a/include/wx/snglinst.h b/include/wx/snglinst.h index 0161fdb4b3..5c6f33fe1c 100644 --- a/include/wx/snglinst.h +++ b/include/wx/snglinst.h @@ -7,7 +7,7 @@ // Created: 08.06.01 // RCS-ID: $Id$ // Copyright: (c) 2001 Vadim Zeitlin -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_SNGLINST_H_ @@ -44,7 +44,7 @@ public: // path is optional and is ignored under Win32 and used as the directory to // create the lock file in under Unix (default is wxGetHomeDir()) // - // returns FALSE if initialization failed, it doesn't mean that another + // returns false if initialization failed, it doesn't mean that another // instance is running - use IsAnotherRunning() to check it bool Create(const wxString& name, const wxString& path = wxEmptyString);