From 08199f84c5d5205d26fd9cc8243e3e6336a64b16 Mon Sep 17 00:00:00 2001 From: Tig Date: Tue, 14 May 2024 20:51:48 -0700 Subject: [PATCH] Fixed spelling error --- UICatalog/Scenarios/AllViewsTester.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UICatalog/Scenarios/AllViewsTester.cs b/UICatalog/Scenarios/AllViewsTester.cs index df5439a65..0db9c5820 100644 --- a/UICatalog/Scenarios/AllViewsTester.cs +++ b/UICatalog/Scenarios/AllViewsTester.cs @@ -171,7 +171,7 @@ public class AllViewsTester : Scenario _locationFrame.Add (_xRadioGroup); - radioItems = new [] { "P_ercent(y)", "A_nchorEnd", "C_enter", "Absoulte(_y)" }; + radioItems = new [] { "P_ercent(y)", "A_nchorEnd", "C_enter", "Absolute(_y)" }; label = new Label { X = Pos.Right (_xRadioGroup) + 1, Y = 0, Text = "Y:" }; _locationFrame.Add (label); _yText = new TextField { X = Pos.Right (label) + 1, Y = 0, Width = 4, Text = $"{_yVal}" };