Skip to content

Commit 91ce2bc

Browse files
committed
fix typo
1 parent c37e61d commit 91ce2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/roadgraph/exportdlg.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ QgsVectorLayer* RgExportDlg::mapLayer() const
8383
return NULL;
8484

8585
QList<QgsField> attrList;
86-
attrList.append( QgsField( "lenght", QVariant::Double, "", 20, 8 ) );
86+
attrList.append( QgsField( "length", QVariant::Double, "", 20, 8 ) );
8787
attrList.append( QgsField( "time", QVariant::Double, "", 20, 8 ) );
8888
prov->addAttributes( attrList );
8989
myLayer->updateFields();

0 commit comments

Comments
 (0)