[QGIS Commit] r13656 - in trunk/qgis/src: analysis/interpolation
plugins/dxf2shp_converter
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Fri Jun 4 22:58:58 EDT 2010
Author: jef
Date: 2010-06-04 22:58:58 -0400 (Fri, 04 Jun 2010)
New Revision: 13656
Modified:
trunk/qgis/src/analysis/interpolation/Bezier3D.h
trunk/qgis/src/plugins/dxf2shp_converter/dxf2shpconvertergui.cpp
Log:
fix typos
Modified: trunk/qgis/src/analysis/interpolation/Bezier3D.h
===================================================================
--- trunk/qgis/src/analysis/interpolation/Bezier3D.h 2010-06-05 02:58:03 UTC (rev 13655)
+++ trunk/qgis/src/analysis/interpolation/Bezier3D.h 2010-06-05 02:58:58 UTC (rev 13656)
@@ -90,7 +90,7 @@
inline void Bezier3D::remove( int i )
{
- QgsDebugMsg( "Error!!!!! A Bezier-curve has no Childs to remove." );
+ QgsDebugMsg( "Error!!!!! A Bezier-curve has no children to remove." );
}
//-----------------------------------------------setters and getters---------------------------------------------------------------
Modified: trunk/qgis/src/plugins/dxf2shp_converter/dxf2shpconvertergui.cpp
===================================================================
--- trunk/qgis/src/plugins/dxf2shp_converter/dxf2shpconvertergui.cpp 2010-06-05 02:58:03 UTC (rev 13655)
+++ trunk/qgis/src/plugins/dxf2shp_converter/dxf2shpconvertergui.cpp 2010-06-05 02:58:58 UTC (rev 13656)
@@ -123,7 +123,7 @@
"* Output Shp file: desired name of the shape file to be created\n"
"* Shp output file type: specifies the type of the output shape file\n"
"* Export text labels checkbox: if checked, an additional shp points layer will be created, "
- " and the associated dbf table will contain informations about the \"TEXT\" fields found"
+ " and the associated dbf table will contain information about the \"TEXT\" fields found"
" in the dxf file, and the text strings themselves\n\n"
"---\n"
"Developed by Paolo L. Scala, Barbara Rita Barricelli, Marco Padula\n"
More information about the QGIS-commit
mailing list