Skip to content

Commit

Permalink
Fixed spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridireacht committed May 22, 2022
1 parent 11f09fb commit d1d6977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GUI/PrimeNumbers/Window.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ private void button1_Click(object sender, EventArgs e)
}

else
textBox1.Text = "First range end is incorrect! Make use the format is right and range itself is >= 2.";
textBox1.Text = "Second range end is incorrect! Make sure the format is right and range itself is >= 2.";
}

else
textBox1.Text = "Second range end is incorrect! Make use the format is right and range itself is >= 2.";
textBox1.Text = "First range end is incorrect! Make sure the format is right and range itself is >= 2.";
}


Expand Down

0 comments on commit d1d6977

Please sign in to comment.