From 8ee6e78f7d17f5b70fcdd8bb9c06b8c9532fc7ae Mon Sep 17 00:00:00 2001 From: luz paz Date: Tue, 2 Aug 2022 12:03:02 -0400 Subject: [PATCH] AddonManager: Fix source comment typos [skip ci] --- src/Mod/AddonManager/package_details.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/AddonManager/package_details.py b/src/Mod/AddonManager/package_details.py index f3f1f61c84..72f53e7240 100644 --- a/src/Mod/AddonManager/package_details.py +++ b/src/Mod/AddonManager/package_details.py @@ -168,7 +168,7 @@ class PackageDetails(QWidget): self.display_repo_status(self.repo.update_status) def display_repo_status(self, status): - """ Updates the contents of the widget to diplay the current install status of the widget. """ + """ Updates the contents of the widget to display the current install status of the widget. """ repo = self.repo self.set_change_branch_button_state() self.set_disable_button_state() @@ -597,7 +597,7 @@ class PackageDetails(QWidget): self.ui.progressBar.setValue(progress) def load_finished(self, load_succeeded: bool): - """ Once loading is complete, update the dispaly of the progress bar and loading widget. """ + """ Once loading is complete, update the display of the progress bar and loading widget. """ self.ui.loadingLabel.hide() self.ui.slowLoadLabel.hide() self.ui.webView.show()