Skip to content

Commit c230294

Browse files
authored
Merge pull request #10878 from changeworld/patch-10
Fix typo: applicaiton -> application
2 parents 0c445de + 735cd10 commit c230294

File tree

1 file changed

+1
-1
lines changed
  • docs/snippets/csharp/VS_Snippets_Winforms/System.Deployment.Application.InPlaceHostingManager/CS

1 file changed

+1
-1
lines changed

docs/snippets/csharp/VS_Snippets_Winforms/System.Deployment.Application.InPlaceHostingManager/CS/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ void iphm_GetManifestCompleted(object sender, GetManifestCompletedEventArgs e)
7878
try
7979
{
8080
// the true parameter allows InPlaceHostingManager
81-
// to grant the permissions requested in the applicaiton manifest.
81+
// to grant the permissions requested in the application manifest.
8282
iphm.AssertApplicationRequirements(true) ;
8383
}
8484
catch (Exception ex)

0 commit comments

Comments
 (0)