Skip to content

Commit

Permalink
[SpellCheck_Error] Fix typo in RemovePackageCatalogAsync method comment
Browse files Browse the repository at this point in the history
Corrected the term "Packagecatalog" to "Package Catalog" in the
comment for the RemovePackageCatalogAsync method in the
Microsoft.Management.Deployment namespace.
  • Loading branch information
Madhusudhan-MSFT committed Oct 18, 2024
1 parent 75c68a2 commit fead163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.Management.Deployment/PackageManager.idl
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ namespace Microsoft.Management.Deployment
/// Add a catalog to the Windows Package Catalogs.
Windows.Foundation.IAsyncOperationWithProgress<AddPackageCatalogResult, Double> AddPackageCatalogAsync(AddPackageCatalogOptions options);

/// Unregisters a Packagecatalog from the Windows Package Catalogs and eliminates the system artifacts based on the provided options.
/// Unregisters a Package Catalog from the Windows Package Catalogs and eliminates the system artifacts based on the provided options.
Windows.Foundation.IAsyncOperationWithProgress<RemovePackageCatalogResult, Double> RemovePackageCatalogAsync(RemovePackageCatalogOptions options);
}

Expand Down

0 comments on commit fead163

Please sign in to comment.