Skip to content

Commit 1f7c86b

Browse files
author
jef
committed
fix typo
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10428 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2b6d068 commit 1f7c86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsvectorlayer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
377377
/** Make layer editable */
378378
bool startEditing();
379379

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

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

0 commit comments

Comments
 (0)