Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingFailureMechanismResultView.cs =================================================================== diff -u -rd49a06fcbf63b36885b0d8f09a01f6539bcbfd56 -rf419c811044695e9a3a7dd9729d9e25d3705a67a --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingFailureMechanismResultView.cs (.../PipingFailureMechanismResultView.cs) (revision d49a06fcbf63b36885b0d8f09a01f6539bcbfd56) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingFailureMechanismResultView.cs (.../PipingFailureMechanismResultView.cs) (revision f419c811044695e9a3a7dd9729d9e25d3705a67a) @@ -50,7 +50,7 @@ /// public PipingFailureMechanismResultView() { - DataGridViewControl.AddCellFormattingHandler(ShowAssementLayerTwoAErrors); + DataGridViewControl.AddCellFormattingHandler(ShowAssessmentLayerTwoAErrors); DataGridViewControl.AddCellFormattingHandler(DisableIrrelevantFieldsFormatting); // The concat is needed to observe the input of calculations in child groups. @@ -88,7 +88,7 @@ protected override void Dispose(bool disposing) { - DataGridViewControl.RemoveCellFormattingHandler(ShowAssementLayerTwoAErrors); + DataGridViewControl.RemoveCellFormattingHandler(ShowAssessmentLayerTwoAErrors); DataGridViewControl.RemoveCellFormattingHandler(DisableIrrelevantFieldsFormatting); calculationInputObserver.Dispose(); @@ -142,7 +142,7 @@ } } - private void ShowAssementLayerTwoAErrors(object sender, DataGridViewCellFormattingEventArgs e) + private void ShowAssessmentLayerTwoAErrors(object sender, DataGridViewCellFormattingEventArgs e) { if (e.ColumnIndex != assessmentLayerTwoAIndex) {