spelling fixes

This commit is contained in:
dbremner 2014-08-05 11:52:52 -07:00
parent 3c8c0e89c6
commit 53b17d4c4d
8 changed files with 24 additions and 24 deletions

View file

@ -257,7 +257,7 @@ namespace Greenshot.IniFile {
/// </summary>
/// <param name="section">IniSection</param>
private static void FixProperties(IniSection section) {
// Make properties unchangable
// Make properties unchangeable
if (fixedProperties != null) {
Dictionary<string, string> fixedPropertiesForSection = null;
if (fixedProperties.TryGetValue(section.IniSectionAttribute.Name, out fixedPropertiesForSection)) {