diff --git a/docs/snippets/csharp/VS_Snippets_VSSDK/ui_usersettings_toolsoptionpages/cs/uiusersettingstoolsoptionspagespackage.cs b/docs/snippets/csharp/VS_Snippets_VSSDK/ui_usersettings_toolsoptionpages/cs/uiusersettingstoolsoptionspagespackage.cs index 9311d49ee7e..4c77dc4845d 100644 --- a/docs/snippets/csharp/VS_Snippets_VSSDK/ui_usersettings_toolsoptionpages/cs/uiusersettingstoolsoptionspagespackage.cs +++ b/docs/snippets/csharp/VS_Snippets_VSSDK/ui_usersettings_toolsoptionpages/cs/uiusersettingstoolsoptionspagespackage.cs @@ -35,7 +35,7 @@ namespace Company.UIUserSettingsToolsOptionsPages // This attribute tells the registration utility (regpkg.exe) that this class needs // to be registered as package. [PackageRegistration(UseManagedResourcesOnly = true)] - // A Visual Studio component can be registered under different regitry roots; for instance + // A Visual Studio component can be registered under different registry roots; for instance // when you debug your package you want to register it in the experimental hive. This // attribute specifies the registry root to use if no one is provided to regpkg.exe with // the /root switch. diff --git a/docs/snippets/visualbasic/VS_Snippets_VSSDK/forcevspackageload/vb/forcevspackageloadvb/forcevspackageloadvbpackage.vb b/docs/snippets/visualbasic/VS_Snippets_VSSDK/forcevspackageload/vb/forcevspackageloadvb/forcevspackageloadvbpackage.vb index 6510af8cdf9..a11c2c06cb5 100644 --- a/docs/snippets/visualbasic/VS_Snippets_VSSDK/forcevspackageload/vb/forcevspackageloadvb/forcevspackageloadvbpackage.vb +++ b/docs/snippets/visualbasic/VS_Snippets_VSSDK/forcevspackageload/vb/forcevspackageloadvb/forcevspackageloadvbpackage.vb @@ -25,7 +25,7 @@ Imports Microsoft.VisualStudio.Shell ' The PackageRegistration attribute tells the registration utility (regpkg.exe) that this class needs ' to be registered as package. ' -' A Visual Studio component can be registered under different regitry roots; for instance +' A Visual Studio component can be registered under different registry roots; for instance ' when you debug your package you want to register it in the experimental hive. The DefaultRegistryRoot ' attribute specifies the registry root to use if no one is provided to regpkg.exe with ' the /root switch. diff --git a/docs/snippets/visualbasic/VS_Snippets_VSSDK/menutext/vb/menutextpackage.vb b/docs/snippets/visualbasic/VS_Snippets_VSSDK/menutext/vb/menutextpackage.vb index f31fda9afba..ec584bc6a09 100644 --- a/docs/snippets/visualbasic/VS_Snippets_VSSDK/menutext/vb/menutextpackage.vb +++ b/docs/snippets/visualbasic/VS_Snippets_VSSDK/menutext/vb/menutextpackage.vb @@ -26,7 +26,7 @@ Imports System.Security.Permissions ' The PackageRegistration attribute tells the registration utility (regpkg.exe) that this class needs ' to be registered as package. ' -' A Visual Studio component can be registered under different regitry roots; for instance +' A Visual Studio component can be registered under different registry roots; for instance ' when you debug your package you want to register it in the experimental hive. The DefaultRegistryRoot ' attribute specifies the registry root to use if no one is provided to regpkg.exe with ' the /root switch. diff --git a/docs/snippets/visualbasic/VS_Snippets_VSSDK/ui_usersettings_toolsoptionpages/vb/uiusersettingstoolsoptionspagespackage.vb b/docs/snippets/visualbasic/VS_Snippets_VSSDK/ui_usersettings_toolsoptionpages/vb/uiusersettingstoolsoptionspagespackage.vb index 78fbd7ae1ab..fea7efc3cd1 100644 --- a/docs/snippets/visualbasic/VS_Snippets_VSSDK/ui_usersettings_toolsoptionpages/vb/uiusersettingstoolsoptionspagespackage.vb +++ b/docs/snippets/visualbasic/VS_Snippets_VSSDK/ui_usersettings_toolsoptionpages/vb/uiusersettingstoolsoptionspagespackage.vb @@ -35,7 +35,7 @@ Imports Company.UIUserSettingsToolsOptionsPages.Company.UIUserSettingsToolsOptio ' The PackageRegistration attribute tells the registration utility (regpkg.exe) that this class needs ' to be registered as package. ' -' A Visual Studio component can be registered under different regitry roots; for instance +' A Visual Studio component can be registered under different registry roots; for instance ' when you debug your package you want to register it in the experimental hive. The DefaultRegistryRoot ' attribute specifies the registry root to use if no one is provided to regpkg.exe with ' the /root switch.