Skip to content

Commit bd2db28

Browse files
author
jef
committed
fix typos
git-svn-id: http://svn.osgeo.org/qgis/trunk@13656 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c51974c commit bd2db28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/analysis/interpolation/Bezier3D.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ inline void Bezier3D::add( ParametricLine* pl )
9090

9191
inline void Bezier3D::remove( int i )
9292
{
93-
QgsDebugMsg( "Error!!!!! A Bezier-curve has no Childs to remove." );
93+
QgsDebugMsg( "Error!!!!! A Bezier-curve has no children to remove." );
9494
}
9595

9696
//-----------------------------------------------setters and getters---------------------------------------------------------------

src/plugins/dxf2shp_converter/dxf2shpconvertergui.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void dxf2shpConverterGui::on_buttonBox_helpRequested()
123123
"* Output Shp file: desired name of the shape file to be created\n"
124124
"* Shp output file type: specifies the type of the output shape file\n"
125125
"* Export text labels checkbox: if checked, an additional shp points layer will be created, "
126-
" and the associated dbf table will contain informations about the \"TEXT\" fields found"
126+
" and the associated dbf table will contain information about the \"TEXT\" fields found"
127127
" in the dxf file, and the text strings themselves\n\n"
128128
"---\n"
129129
"Developed by Paolo L. Scala, Barbara Rita Barricelli, Marco Padula\n"

0 commit comments

Comments
 (0)