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;