File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
csharp/VS_Snippets_VSSDK/ui_usersettings_toolsoptionpages/cs
visualbasic/VS_Snippets_VSSDK
forcevspackageload/vb/forcevspackageloadvb
ui_usersettings_toolsoptionpages/vb Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ namespace Company.UIUserSettingsToolsOptionsPages
35
35
// This attribute tells the registration utility (regpkg.exe) that this class needs
36
36
// to be registered as package.
37
37
[ 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
39
39
// when you debug your package you want to register it in the experimental hive. This
40
40
// attribute specifies the registry root to use if no one is provided to regpkg.exe with
41
41
// the /root switch.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Imports Microsoft.VisualStudio.Shell
25
25
' The PackageRegistration attribute tells the registration utility (regpkg.exe) that this class needs
26
26
' to be registered as package.
27
27
'
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
29
29
' when you debug your package you want to register it in the experimental hive. The DefaultRegistryRoot
30
30
' attribute specifies the registry root to use if no one is provided to regpkg.exe with
31
31
' the /root switch.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Imports System.Security.Permissions
26
26
' The PackageRegistration attribute tells the registration utility (regpkg.exe) that this class needs
27
27
' to be registered as package.
28
28
'
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
30
30
' when you debug your package you want to register it in the experimental hive. The DefaultRegistryRoot
31
31
' attribute specifies the registry root to use if no one is provided to regpkg.exe with
32
32
' the /root switch.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Imports Company.UIUserSettingsToolsOptionsPages.Company.UIUserSettingsToolsOptio
35
35
' The PackageRegistration attribute tells the registration utility (regpkg.exe) that this class needs
36
36
' to be registered as package.
37
37
'
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
39
39
' when you debug your package you want to register it in the experimental hive. The DefaultRegistryRoot
40
40
' attribute specifies the registry root to use if no one is provided to regpkg.exe with
41
41
' the /root switch.
You can’t perform that action at this time.
0 commit comments