X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d89b7c194d77ae14dcdb113ac4ffe79f5515b4ca..eea4d01c65f9b29baa1193db762b4c6b8144af24:/src/common/fileconf.cpp diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index 1eabee0e1a..33b83d88e7 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -146,7 +146,7 @@ private: wxString m_strName, // entry name m_strValue; // value - bool m_bImmutable:1, // can be overriden locally? + bool m_bImmutable:1, // can be overridden locally? m_bHasValue:1; // set after first call to SetValue() int m_nLine; // used if m_pLine == NULL only