AddonManager: Fix source comment typos
[skip ci]
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user