From b3237b255e6005697202b49867dc8ba722a0efcf Mon Sep 17 00:00:00 2001 From: sehested <38375078+sehested@users.noreply.github.com> Date: Wed, 11 Sep 2019 17:14:04 +0200 Subject: [PATCH] fix typo on hasOffset variable (#1458) --- winforms/formatting-utility/cs/Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winforms/formatting-utility/cs/Form1.cs b/winforms/formatting-utility/cs/Form1.cs index 9384f4a9eed..d46547adb7d 100644 --- a/winforms/formatting-utility/cs/Form1.cs +++ b/winforms/formatting-utility/cs/Form1.cs @@ -163,7 +163,7 @@ private void OKButton_Click(object sender, EventArgs e) } } // Format date value. - this.Result.Text = (hasOffet ? dto : dat).ToString(this.FormatStrings.Text, culture); + this.Result.Text = (hasOffset ? dto : dat).ToString(this.FormatStrings.Text, culture); } else { // Handle formatting of a number.