Skip to content

Commit b3de34a

Browse files
committedJan 31, 2017
Fixed spell check
1 parent e50bc7c commit b3de34a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎python/plugins/ResourceSharing/resource_sharing/gui/resource_sharing_dialog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ def install_finished(self):
462462

463463
def install_canceled(self):
464464
self.progress_dialog.hide()
465-
self.show_progress_dialog('Cancelling installation...')
465+
self.show_progress_dialog('Canceling installation...')
466466
self.installer_worker.abort()
467467

468468
def install_aborted(self):
@@ -483,7 +483,7 @@ def uninstall_collection(self):
483483
QMessageBox.information(
484484
self,
485485
'Resource Sharing',
486-
'The collection is uninstalled succesfully!')
486+
'The collection is uninstalled successfully!')
487487

488488
def open_collection(self):
489489
"""Slot for when user clicks 'Open' button."""

‎python/plugins/ResourceSharing/resource_sharing/version_compare.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
/***************************************************************************
33
Plugin Installer module
4-
Plugin version comparision functions
4+
Plugin version comparison functions
55
-------------------
66
Date : 2008-11-24
77
Copyright : (C) 2008 by Borys Jurgiel
@@ -23,7 +23,7 @@
2323
2424
Usage: compareVersions(version1, version2)
2525
26-
The function accepts arguments of any type convertable to unicode string
26+
The function accepts arguments of any type convertible to unicode string
2727
and returns integer value:
2828
0 - the versions are equal
2929
1 - version 1 is higher

‎scripts/spell_check/.agignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ src/app/gps/qwtpolar-1.0/
1616
src/app/gps/qwtpolar-1.1.1/
1717
src/core/pal
1818
src/plugins/grass/qtermwidget/
19-
19+
python/plugins/ResourceSharing/resources/js/jquery.js
2020

2121

2222
#Extensions

0 commit comments

Comments
 (0)
Please sign in to comment.