Skip to content

Commit 75eae93

Browse files
committed
Fix typo: cannt -> cannot
1 parent ca2e738 commit 75eae93

File tree

1 file changed

+1
-1
lines changed
  • docs/snippets/csharp/VS_Snippets_Winforms/ClickOnceAPI/CS

1 file changed

+1
-1
lines changed

docs/snippets/csharp/VS_Snippets_Winforms/ClickOnceAPI/CS/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ private void InstallUpdateSync()
187187
{
188188
// This exception occurs if a network error or disk error occurs
189189
// when downloading the deployment.
190-
MessageBox.Show("The application cannt check for the existence of a new version at this time. \n\nPlease check your network connection, or try again later. Error: " + dde);
190+
MessageBox.Show("The application cannot check for the existence of a new version at this time. \n\nPlease check your network connection, or try again later. Error: " + dde);
191191
return;
192192
}
193193
catch (InvalidDeploymentException ide)

0 commit comments

Comments
 (0)