Skip to content

Commit 777ed61

Browse files
Merge pull request #10849 from changeworld/patch-4
Fix typo: Insallation -> Installation
2 parents cebfe8d + a96219e commit 777ed61

File tree

1 file changed

+1
-1
lines changed
  • docs/vsto/codesnippet/VisualBasic/setexceldocumentproperties

1 file changed

+1
-1
lines changed

docs/vsto/codesnippet/VisualBasic/setexceldocumentproperties/module1.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Module Module1
4545
solutionID, deploymentManifestLocation, _
4646
True, nonpublicCachedDataMembers)
4747

48-
Console.WriteLine("Insallation Location Modified Successfully")
48+
Console.WriteLine("Installation Location Modified Successfully")
4949

5050
Catch ex As System.IO.FileNotFoundException
5151
Console.WriteLine("The specified document does not exist.")

0 commit comments

Comments
 (0)