Skip to content

Commit b450fc9

Browse files
Merge pull request #10889 from changeworld/patch-1
Fix typo: regitry -> registry
2 parents cfbbd0d + 23a8dcd commit b450fc9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/snippets/csharp/VS_Snippets_VSSDK/ui_usersettings_toolsoptionpages/cs/uiusersettingstoolsoptionspagespackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace Company.UIUserSettingsToolsOptionsPages
3535
// This attribute tells the registration utility (regpkg.exe) that this class needs
3636
// to be registered as package.
3737
[PackageRegistration(UseManagedResourcesOnly = true)]
38-
// A Visual Studio component can be registered under different regitry roots; for instance
38+
// A Visual Studio component can be registered under different registry roots; for instance
3939
// when you debug your package you want to register it in the experimental hive. This
4040
// attribute specifies the registry root to use if no one is provided to regpkg.exe with
4141
// the /root switch.

docs/snippets/visualbasic/VS_Snippets_VSSDK/forcevspackageload/vb/forcevspackageloadvb/forcevspackageloadvbpackage.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Imports Microsoft.VisualStudio.Shell
2525
' The PackageRegistration attribute tells the registration utility (regpkg.exe) that this class needs
2626
' to be registered as package.
2727
'
28-
' A Visual Studio component can be registered under different regitry roots; for instance
28+
' A Visual Studio component can be registered under different registry roots; for instance
2929
' when you debug your package you want to register it in the experimental hive. The DefaultRegistryRoot
3030
' attribute specifies the registry root to use if no one is provided to regpkg.exe with
3131
' the /root switch.

docs/snippets/visualbasic/VS_Snippets_VSSDK/menutext/vb/menutextpackage.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Imports System.Security.Permissions
2626
' The PackageRegistration attribute tells the registration utility (regpkg.exe) that this class needs
2727
' to be registered as package.
2828
'
29-
' A Visual Studio component can be registered under different regitry roots; for instance
29+
' A Visual Studio component can be registered under different registry roots; for instance
3030
' when you debug your package you want to register it in the experimental hive. The DefaultRegistryRoot
3131
' attribute specifies the registry root to use if no one is provided to regpkg.exe with
3232
' the /root switch.

docs/snippets/visualbasic/VS_Snippets_VSSDK/ui_usersettings_toolsoptionpages/vb/uiusersettingstoolsoptionspagespackage.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Imports Company.UIUserSettingsToolsOptionsPages.Company.UIUserSettingsToolsOptio
3535
' The PackageRegistration attribute tells the registration utility (regpkg.exe) that this class needs
3636
' to be registered as package.
3737
'
38-
' A Visual Studio component can be registered under different regitry roots; for instance
38+
' A Visual Studio component can be registered under different registry roots; for instance
3939
' when you debug your package you want to register it in the experimental hive. The DefaultRegistryRoot
4040
' attribute specifies the registry root to use if no one is provided to regpkg.exe with
4141
' the /root switch.

0 commit comments

Comments
 (0)