Skip to content

Commit 9f3e229

Browse files
committedAug 23, 2015
fix typo
1 parent b39055b commit 9f3e229

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎scripts/spelling.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,3 +475,4 @@ stoped:stopped
475475
tranform:transform
476476
wich:which
477477
comparaison:comparison
478+
sofware:software

‎src/app/qgstipfactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
5757
myTip.setTitle( tr( "QGIS Mailing lists" ) );
5858
myTip.setContent( tr( "If you need help using QGIS"
5959
" we have a 'users' mailing list where users help each other with issues"
60-
" related to using our sofware. We also have a 'developers' mailing list."
60+
" related to using our software. We also have a 'developers' mailing list."
6161
" for those wanting help and to discuss things relating to the QGIS code base."
6262
" Details on how to subscribe are in the <a href=\"http://qgis.org/en/site/forusers/support.html#mailing-lists\">community section</a> of"
6363
" the QGIS home page."

0 commit comments

Comments
 (0)
Please sign in to comment.