diff --git a/python/plugins/ResourceSharing/resource_sharing/gui/resource_sharing_dialog.py b/python/plugins/ResourceSharing/resource_sharing/gui/resource_sharing_dialog.py index 5243c4ea526..72637663529 100644 --- a/python/plugins/ResourceSharing/resource_sharing/gui/resource_sharing_dialog.py +++ b/python/plugins/ResourceSharing/resource_sharing/gui/resource_sharing_dialog.py @@ -462,7 +462,7 @@ class ResourceSharingDialog(QDialog, FORM_CLASS): def install_canceled(self): self.progress_dialog.hide() - self.show_progress_dialog('Cancelling installation...') + self.show_progress_dialog('Canceling installation...') self.installer_worker.abort() def install_aborted(self): @@ -483,7 +483,7 @@ class ResourceSharingDialog(QDialog, FORM_CLASS): QMessageBox.information( self, 'Resource Sharing', - 'The collection is uninstalled succesfully!') + 'The collection is uninstalled successfully!') def open_collection(self): """Slot for when user clicks 'Open' button.""" diff --git a/python/plugins/ResourceSharing/resource_sharing/version_compare.py b/python/plugins/ResourceSharing/resource_sharing/version_compare.py index 08cb88fe131..df574b2196f 100644 --- a/python/plugins/ResourceSharing/resource_sharing/version_compare.py +++ b/python/plugins/ResourceSharing/resource_sharing/version_compare.py @@ -1,7 +1,7 @@ """ /*************************************************************************** Plugin Installer module - Plugin version comparision functions + Plugin version comparison functions ------------------- Date : 2008-11-24 Copyright : (C) 2008 by Borys Jurgiel @@ -23,7 +23,7 @@ and recognizes all major notations, prefixes (ver. and version), delimiters Usage: compareVersions(version1, version2) -The function accepts arguments of any type convertable to unicode string +The function accepts arguments of any type convertible to unicode string and returns integer value: 0 - the versions are equal 1 - version 1 is higher diff --git a/scripts/spell_check/.agignore b/scripts/spell_check/.agignore index f59eed0dd66..c30f9aa89ac 100644 --- a/scripts/spell_check/.agignore +++ b/scripts/spell_check/.agignore @@ -16,7 +16,7 @@ src/app/gps/qwtpolar-1.0/ src/app/gps/qwtpolar-1.1.1/ src/core/pal src/plugins/grass/qtermwidget/ - +python/plugins/ResourceSharing/resources/js/jquery.js #Extensions