Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15022 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 12, 2011
1 parent aa5f2ed commit 7c2d6f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterlayer.cpp
Expand Up @@ -3151,7 +3151,7 @@ bool QgsRasterLayer::readColorTable( int theBandNumber, QList<QgsColorRampShader
return false;
}

QgsDebugMsg( "Color table loaded sucessfully" );
QgsDebugMsg( "Color table loaded successfully" );
return true;
}

Expand Down
2 changes: 1 addition & 1 deletion src/core/spatialite/spatialite.c
Expand Up @@ -170505,7 +170505,7 @@ spatial_ref_sys_init (sqlite3 * handle, int verbose)
{
if (verbose)
fprintf (stderr,
"OK: the SPATIAL_REF_SYS table was succesfully populated\n");
"OK: the SPATIAL_REF_SYS table was successfully populated\n");
return;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/gps_importer/qgsgpsplugin.cpp
Expand Up @@ -173,7 +173,7 @@ void QgsGPSPlugin::createGPX()
{
QMessageBox::warning( NULL, tr( "Could not create file" ),
tr( "Unable to create a GPX file with the given name. "
"Try again with an other name or in an other "
"Try again with another name or in another "
"directory." ) );
return;
}
Expand Down

0 comments on commit 7c2d6f0

Please sign in to comment.