Skip to content

Commit 19ca67f

Browse files
authored
Merge pull request #10880 from changeworld/patch-12
Fix typo: cannt -> cannot
2 parents c230294 + 75eae93 commit 19ca67f

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)