Skip to content

Commit e6a813f

Browse files
authored
Merge pull request #13999 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch main)
2 parents ec092d1 + 3d4cd7e commit e6a813f

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

docs/snippets/cpp/VS_Snippets_Misc/astoria northwind service/astoriasnippetscs/properties/assemblyinfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[assembly: AssemblyCulture("")]
1616

1717
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM componenets. If you need to access a type in this assembly from
18+
// to COM components. If you need to access a type in this assembly from
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(false)]
2121

docs/snippets/cpp/VS_Snippets_Misc/astoria northwind service/astoriasnippetsvb/properties/assemblyinfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[assembly: AssemblyCulture("")]
1616

1717
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM componenets. If you need to access a type in this assembly from
18+
// to COM components. If you need to access a type in this assembly from
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(false)]
2121

docs/snippets/csharp/VS_Snippets_VBCSharp/vbtddwalkthrough/cs/properties/assemblyinfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[assembly: AssemblyCulture("")]
1616

1717
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM componenets. If you need to access a type in this assembly from
18+
// to COM components. If you need to access a type in this assembly from
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(false)]
2121

docs/snippets/csharp/VS_Snippets_Winforms/ClickOnceAPI/CS/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[assembly: AssemblyCulture("")]
1616

1717
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM componenets. If you need to access a type in this assembly from
18+
// to COM components. If you need to access a type in this assembly from
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(false)]
2121

docs/snippets/csharp/VS_Snippets_Winforms/ClickOnceLibrary/CS/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[assembly: AssemblyCulture("")]
1616

1717
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM componenets. If you need to access a type in this assembly from
18+
// to COM components. If you need to access a type in this assembly from
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(false)]
2121

docs/snippets/csharp/VS_Snippets_Winforms/ClickOnceOnDemand/CS/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[assembly: AssemblyCulture("")]
1616

1717
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM componenets. If you need to access a type in this assembly from
18+
// to COM components. If you need to access a type in this assembly from
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(false)]
2121

docs/snippets/csharp/VS_Snippets_Winforms/ClickOnceQueryString/CS/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("MS")]
1212
[assembly: AssemblyProduct("ClickOnceQueryString")]
13-
[assembly: AssemblyCopyright("Copyright © MS 2005")]
13+
[assembly: AssemblyCopyright("Copyright MS 2005")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

1717
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM componenets. If you need to access a type in this assembly from
18+
// to COM components. If you need to access a type in this assembly from
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(false)]
2121

docs/vsto/codesnippet/CSharp/Trin_ServerDocument/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Microsoft")]
1212
[assembly: AssemblyProduct("Trin_ServerDocument")]
13-
[assembly: AssemblyCopyright("Copyright © Microsoft 2005")]
13+
[assembly: AssemblyCopyright("Copyright Microsoft 2005")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

1717
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM componenets. If you need to access a type in this assembly from
18+
// to COM components. If you need to access a type in this assembly from
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(false)]
2121

0 commit comments

Comments
 (0)