12 [Attribute(defvalue: "1", desc: "Whether this check should be considered or not")]
13bool m_bEnabled;
14
15 [Attribute(defvalue: "misspelled", desc: "Word that should not be present; case-insensitive, only alphanumerical characters are processed\n- word is exact word search\n- word* is begins with search\n- *word* is middle of word search\n- *word is ends with search")]
16string m_sMistake;
17
18 [Attribute(defvalue: "misspelt", desc: "Word(s) that should replace the mistake; can be left empty")]
19string m_sCorrection;
20
21 [Attribute(defvalue: "", desc: "Explanation, if any")]