Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 23, 2015
1 parent b39055b commit 9f3e229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/spelling.dat
Expand Up @@ -475,3 +475,4 @@ stoped:stopped
tranform:transform
wich:which
comparaison:comparison
sofware:software
2 changes: 1 addition & 1 deletion src/app/qgstipfactory.cpp
Expand Up @@ -57,7 +57,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
myTip.setTitle( tr( "QGIS Mailing lists" ) );
myTip.setContent( tr( "If you need help using QGIS"
" we have a 'users' mailing list where users help each other with issues"
" related to using our sofware. We also have a 'developers' mailing list."
" related to using our software. We also have a 'developers' mailing list."
" for those wanting help and to discuss things relating to the QGIS code base."
" Details on how to subscribe are in the <a href=\"http://qgis.org/en/site/forusers/support.html#mailing-lists\">community section</a> of"
" the QGIS home page."
Expand Down

0 comments on commit 9f3e229

Please sign in to comment.