Skip to content

Commit 223d0a6

Browse files
Merge pull request #10775 from changeworld/patch-5
Fix typo: properites -> properties
2 parents 4ee8ca8 + 669812b commit 223d0a6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/vsto/codesnippet/CSharp/Trin_RibbonButtons/Trin_RibbonButtons.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</PropertyGroup>
5858
<PropertyGroup>
5959
<!--
60-
properites needed to register addins
60+
properties needed to register addins
6161
AddinRegistryHive - Root registry hive for the addin
6262
AddinRegistryKey - Registry key where this addin is registered
6363
-->

docs/vsto/codesnippet/CSharp/Trin_RibbonOutlookBasic/Trin_RibbonOutlookBasic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</PropertyGroup>
5858
<PropertyGroup>
5959
<!--
60-
properites needed to register addins
60+
properties needed to register addins
6161
AddinRegistryHive - Root registry hive for the addin
6262
AddinRegistryKey - Registry key where this addin is registered
6363
-->

docs/vsto/codesnippet/CSharp/Trin_VstcoreOutlookSecurity/Trin_VstcoreOutlookSecurity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</PropertyGroup>
5858
<PropertyGroup>
5959
<!--
60-
properites needed to register addins
60+
properties needed to register addins
6161
AddinRegistryHive - Root registry hive for the addin
6262
AddinRegistryKey - Registry key where this addin is registered
6363
-->

docs/vsto/codesnippet/VisualBasic/Trin_RibbonButtons/Trin_RibbonButtons.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</PropertyGroup>
5959
<PropertyGroup>
6060
<!--
61-
properites needed to register addins
61+
properties needed to register addins
6262
AddinRegistryHive - Root registry hive for the addin
6363
AddinRegistryKey - Registry key where this addin is registered
6464
-->

docs/vsto/codesnippet/VisualBasic/Trin_RibbonOutlookBasic/Trin_RibbonOutlookBasic.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</PropertyGroup>
5959
<PropertyGroup>
6060
<!--
61-
properites needed to register addins
61+
properties needed to register addins
6262
AddinRegistryHive - Root registry hive for the addin
6363
AddinRegistryKey - Registry key where this addin is registered
6464
-->

docs/vsto/codesnippet/VisualBasic/Trin_VstcoreOutlookSecurity/Trin_VstcoreOutlookSecurity.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</PropertyGroup>
5959
<PropertyGroup>
6060
<!--
61-
properites needed to register addins
61+
properties needed to register addins
6262
AddinRegistryHive - Root registry hive for the addin
6363
AddinRegistryKey - Registry key where this addin is registered
6464
-->

0 commit comments

Comments
 (0)