Skip to content

Commit 681331f

Browse files
authored
Merge pull request #10810 from changeworld/patch-4
Fix typo: informations -> information
2 parents 723bbb8 + 297a22e commit 681331f

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

docs/snippets/csharp/VS_Snippets_VSSDK/buttongroup/cs/buttongrouppackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Microsoft.ButtonGroup
2424
// This attribute tells the PkgDef creation utility (CreatePkgDef.exe) that this class is
2525
// a package.
2626
[PackageRegistration(UseManagedResourcesOnly = true)]
27-
// This attribute is used to register the informations needed to show the this package
27+
// This attribute is used to register the information needed to show the this package
2828
// in the Help/About dialog of Visual Studio.
2929
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
3030
// This attribute is needed to let the shell know that this package exposes some menus.

docs/snippets/csharp/VS_Snippets_VSSDK/creatingalanguageservice(managedpackageframework)/cs/mylanguagepackagepackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace Microsoft.MyLanguagePackage
2828
// This attribute tells the PkgDef creation utility (CreatePkgDef.exe) that this class is
2929
// a package.
3030
[PackageRegistration(UseManagedResourcesOnly = true)]
31-
// This attribute is used to register the informations needed to show the this package
31+
// This attribute is used to register the information needed to show the this package
3232
// in the Help/About dialog of Visual Studio.
3333
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
3434
// This attribute is needed to let the shell know that this package exposes some menus.

docs/snippets/csharp/VS_Snippets_VSSDK/firsttoolwin/cs/firsttoolwinpackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace Company.FirstToolWin
2626
// This attribute tells the PkgDef creation utility (CreatePkgDef.exe) that this class is
2727
// a package.
2828
[PackageRegistration(UseManagedResourcesOnly = true)]
29-
// This attribute is used to register the informations needed to show the this package
29+
// This attribute is used to register the information needed to show the this package
3030
// in the Help/About dialog of Visual Studio.
3131
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
3232
// This attribute is needed to let the shell know that this package exposes some menus.

docs/snippets/csharp/VS_Snippets_VSSDK/forcevspackageload/cs/forcevspackageloadcsharp/forcevspackageloadcsharppackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Microsoft.ForceVSPackageLoadCSharp
2424
// This attribute tells the PkgDef creation utility (CreatePkgDef.exe) that this class is
2525
// a package.
2626
[PackageRegistration(UseManagedResourcesOnly = true)]
27-
// This attribute is used to register the informations needed to show the this package
27+
// This attribute is used to register the information needed to show the this package
2828
// in the Help/About dialog of Visual Studio.
2929
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
3030
// This attribute is needed to let the shell know that this package exposes some menus.

docs/snippets/csharp/VS_Snippets_VSSDK/forcevspackageload/cs/packagetobeloaded/packagetobeloadedpackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Microsoft.PackageToBeLoaded
2424
// This attribute tells the PkgDef creation utility (CreatePkgDef.exe) that this class is
2525
// a package.
2626
[PackageRegistration(UseManagedResourcesOnly = true)]
27-
// This attribute is used to register the informations needed to show the this package
27+
// This attribute is used to register the information needed to show the this package
2828
// in the Help/About dialog of Visual Studio.
2929
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
3030
[Guid(GuidList.guidPackageToBeLoadedPkgString)]

docs/snippets/csharp/VS_Snippets_VSSDK/getaservicefromthedteobject/cs/getaservicefromthedteobjectpackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Company.GetAServiceFromTheDTEObject
2424
// This attribute tells the PkgDef creation utility (CreatePkgDef.exe) that this class is
2525
// a package.
2626
[PackageRegistration(UseManagedResourcesOnly = true)]
27-
// This attribute is used to register the informations needed to show the this package
27+
// This attribute is used to register the information needed to show the this package
2828
// in the Help/About dialog of Visual Studio.
2929
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
3030
// This attribute is needed to let the shell know that this package exposes some menus.

docs/snippets/csharp/VS_Snippets_VSSDK/menutext/cs/menutextpackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace Microsoft.MenuText
2525
// This attribute tells the PkgDef creation utility (CreatePkgDef.exe) that this class is
2626
// a package.
2727
[PackageRegistration(UseManagedResourcesOnly = true)]
28-
// This attribute is used to register the informations needed to show the this package
28+
// This attribute is used to register the information needed to show the this package
2929
// in the Help/About dialog of Visual Studio.
3030
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
3131
// This attribute is needed to let the shell know that this package exposes some menus.

docs/snippets/csharp/VS_Snippets_VSSDK/solutiontoolbar/cs/solutiontoolbarpackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Microsoft.SolutionToolbar
2424
// This attribute tells the PkgDef creation utility (CreatePkgDef.exe) that this class is
2525
// a package.
2626
[PackageRegistration(UseManagedResourcesOnly = true)]
27-
// This attribute is used to register the informations needed to show the this package
27+
// This attribute is used to register the information needed to show the this package
2828
// in the Help/About dialog of Visual Studio.
2929
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
3030
// This attribute is needed to let the shell know that this package exposes some menus.

docs/snippets/csharp/VS_Snippets_VSSDK/toplevelmenu/cs/toplevelmenupackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace Microsoft.TopLevelMenu
2727
// This attribute tells the PkgDef creation utility (CreatePkgDef.exe) that this class is
2828
// a package.
2929
[PackageRegistration(UseManagedResourcesOnly = true)]
30-
// This attribute is used to register the informations needed to show the this package
30+
// This attribute is used to register the information needed to show the this package
3131
// in the Help/About dialog of Visual Studio.
3232
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
3333
// This attribute is needed to let the shell know that this package exposes some menus.

docs/snippets/csharp/VS_Snippets_VSSDK/twshortcutmenu/cs/twshortcutmenupackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Microsoft.TWShortcutMenu
2424
// This attribute tells the PkgDef creation utility (CreatePkgDef.exe) that this class is
2525
// a package.
2626
[PackageRegistration(UseManagedResourcesOnly = true)]
27-
// This attribute is used to register the informations needed to show the this package
27+
// This attribute is used to register the information needed to show the this package
2828
// in the Help/About dialog of Visual Studio.
2929
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
3030
// This attribute is needed to let the shell know that this package exposes some menus.

0 commit comments

Comments
 (0)