Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10428 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 27, 2009
1 parent 2b6d068 commit 1f7c86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayer.h
Expand Up @@ -377,7 +377,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
/** Make layer editable */
bool startEditing();

/** changed an attribute value (but does not commit it */
/** changed an attribute value (but does not commit it) */
bool changeAttributeValue( int fid, int field, QVariant value, bool emitSignal = true );

/** add an attribute field (but does not commit it)
Expand Down

0 comments on commit 1f7c86b

Please sign in to comment.