Skip to content

Commit

Permalink
[SpellCheck] Fix typo in OnProgress method parameter description
Browse files Browse the repository at this point in the history
Corrected a typo in the comment for the `maximum` parameter of the
`OnProgress` method in `PackageCatalogProgress.h`. The word "progres"
was corrected to "progress".
  • Loading branch information
Madhusudhan-MSFT committed Oct 24, 2024
1 parent 1244dd6 commit 2066dbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ namespace winrt::Microsoft::Management::Deployment
/// Reports combined progress to caller when configured for multiple progress types.
/// </summary>
/// <param name="current">The current progress value.</param>
/// <param name="maximum">The maximum progres value.</param>
/// <param name="maximum">The maximum progress value.</param>
/// <param name="type">ProgressType for which progress is applicable.</param>
void OnProgress(uint64_t current, uint64_t maximum, AppInstaller::ProgressType type) override;
void SetProgressMessage(std::string_view message) override;
Expand Down

0 comments on commit 2066dbf

Please sign in to comment.