Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 17, 2014
1 parent c37e61d commit 91ce2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/roadgraph/exportdlg.cpp
Expand Up @@ -83,7 +83,7 @@ QgsVectorLayer* RgExportDlg::mapLayer() const
return NULL;

QList<QgsField> attrList;
attrList.append( QgsField( "lenght", QVariant::Double, "", 20, 8 ) );
attrList.append( QgsField( "length", QVariant::Double, "", 20, 8 ) );
attrList.append( QgsField( "time", QVariant::Double, "", 20, 8 ) );
prov->addAttributes( attrList );
myLayer->updateFields();
Expand Down

0 comments on commit 91ce2bc

Please sign in to comment.