X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d89b7c194d77ae14dcdb113ac4ffe79f5515b4ca..b404a8f3b072129c107c6d9a5e0f6f53cd34807b:/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