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@13656 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jun 5, 2010
1 parent c51974c commit bd2db28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/analysis/interpolation/Bezier3D.h
Expand Up @@ -90,7 +90,7 @@ inline void Bezier3D::add( ParametricLine* pl )

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---------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/dxf2shp_converter/dxf2shpconvertergui.cpp
Expand Up @@ -123,7 +123,7 @@ void dxf2shpConverterGui::on_buttonBox_helpRequested()
"* 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"
Expand Down

0 comments on commit bd2db28

Please sign in to comment.