Skip to content

Commit 65e5956

Browse files
author
jef
committedJan 12, 2011
fix typos
git-svn-id: http://svn.osgeo.org/qgis/trunk@15022 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 820fdb6 commit 65e5956

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎src/core/raster/qgsrasterlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3151,7 +3151,7 @@ bool QgsRasterLayer::readColorTable( int theBandNumber, QList<QgsColorRampShader
31513151
return false;
31523152
}
31533153

3154-
QgsDebugMsg( "Color table loaded sucessfully" );
3154+
QgsDebugMsg( "Color table loaded successfully" );
31553155
return true;
31563156
}
31573157

‎src/core/spatialite/spatialite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170505,7 +170505,7 @@ spatial_ref_sys_init (sqlite3 * handle, int verbose)
170505170505
{
170506170506
if (verbose)
170507170507
fprintf (stderr,
170508-
"OK: the SPATIAL_REF_SYS table was succesfully populated\n");
170508+
"OK: the SPATIAL_REF_SYS table was successfully populated\n");
170509170509
return;
170510170510
}
170511170511
}

‎src/plugins/gps_importer/qgsgpsplugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ void QgsGPSPlugin::createGPX()
173173
{
174174
QMessageBox::warning( NULL, tr( "Could not create file" ),
175175
tr( "Unable to create a GPX file with the given name. "
176-
"Try again with an other name or in an other "
176+
"Try again with another name or in another "
177177
"directory." ) );
178178
return;
179179
}

0 commit comments

Comments
 (0)
Please sign in to comment.