spelling fixes

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

View file

@ -46,7 +46,7 @@ namespace Greenshot.Drawing.Fields {
remove{ fieldChanged -= value; }
}
// we keep to Coolections of our fields, dictionary for quick access, list for serialization
// we keep two Collections of our fields, dictionary for quick access, list for serialization
// this allows us to use default serialization
[NonSerialized]
private Dictionary<FieldType, Field> fieldsByType = new Dictionary<FieldType, Field>();