AddonManager: Fix source comment typos

[skip ci]
This commit is contained in:
luz paz
2022-08-02 12:03:02 -04:00
committed by Chris Hennes
parent 86dfd0a862
commit 8ee6e78f7d

View File

@@ -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()