Index: Core/Plugins/src/Core.Plugins.Map/Legend/MapLegendView.cs =================================================================== diff -u -r53e2b72ae05642a466890760547a683b52c48abc -rb902cfae7addbd434617e68a63ba1e606b66d3d5 --- Core/Plugins/src/Core.Plugins.Map/Legend/MapLegendView.cs (.../MapLegendView.cs) (revision 53e2b72ae05642a466890760547a683b52c48abc) +++ Core/Plugins/src/Core.Plugins.Map/Legend/MapLegendView.cs (.../MapLegendView.cs) (revision b902cfae7addbd434617e68a63ba1e606b66d3d5) @@ -263,7 +263,7 @@ } catch(Exception) { - // Because we expect NullEeference and NotImplemented exceptions when reading in a corrupt shape file + // Because we expect NullReference and NotImplemented exceptions when reading in a corrupt shape file // from a third party library, we catch all the exceptions here string message = new FileReaderErrorMessageBuilder(filePath) .Build(MapResources.MapLegendView_CheckDataFormat_An_error_occured_when_trying_to_read_the_file);