From ac103b0f7715660b765c1fd853c4962b1ae59a1b Mon Sep 17 00:00:00 2001 From: John Date: Mon, 13 Feb 2017 14:32:58 +0000 Subject: [PATCH] Fixed a typo in the get of the SectionNumberAndTitleLength flag name --- PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index beb3207e..267b3d4d 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -1978,7 +1978,7 @@ namespace VEPROMS.CSLA.Library { get { - return LazyLoad(ref _SectionNumberAndTitleLength, "@SectionNumberAndTileLength"); + return LazyLoad(ref _SectionNumberAndTitleLength, "@SectionNumberAndTitleLength"); } } private LazyLoad _ForeColor;