mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
spelling fixes
This commit is contained in:
parent
3c8c0e89c6
commit
53b17d4c4d
8 changed files with 24 additions and 24 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue