[QGIS Commit] r15022 - in trunk/qgis/src: core/raster core/spatialite plugins/gps_importer

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Jan 12 18:06:53 EST 2011


Author: jef
Date: 2011-01-12 15:06:53 -0800 (Wed, 12 Jan 2011)
New Revision: 15022

Modified:
   trunk/qgis/src/core/raster/qgsrasterlayer.cpp
   trunk/qgis/src/core/spatialite/spatialite.c
   trunk/qgis/src/plugins/gps_importer/qgsgpsplugin.cpp
Log:
fix typos

Modified: trunk/qgis/src/core/raster/qgsrasterlayer.cpp
===================================================================
--- trunk/qgis/src/core/raster/qgsrasterlayer.cpp	2011-01-12 16:27:15 UTC (rev 15021)
+++ trunk/qgis/src/core/raster/qgsrasterlayer.cpp	2011-01-12 23:06:53 UTC (rev 15022)
@@ -3151,7 +3151,7 @@
     return false;
   }
 
-  QgsDebugMsg( "Color table loaded sucessfully" );
+  QgsDebugMsg( "Color table loaded successfully" );
   return true;
 }
 

Modified: trunk/qgis/src/core/spatialite/spatialite.c
===================================================================
--- trunk/qgis/src/core/spatialite/spatialite.c	2011-01-12 16:27:15 UTC (rev 15021)
+++ trunk/qgis/src/core/spatialite/spatialite.c	2011-01-12 23:06:53 UTC (rev 15022)
@@ -170505,7 +170505,7 @@
       {
 	  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;
       }
 }

Modified: trunk/qgis/src/plugins/gps_importer/qgsgpsplugin.cpp
===================================================================
--- trunk/qgis/src/plugins/gps_importer/qgsgpsplugin.cpp	2011-01-12 16:27:15 UTC (rev 15021)
+++ trunk/qgis/src/plugins/gps_importer/qgsgpsplugin.cpp	2011-01-12 23:06:53 UTC (rev 15022)
@@ -173,7 +173,7 @@
     {
       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;
     }



More information about the QGIS-commit mailing list