Skip to content

Commit fd7568a

Browse files
author
Sandro Santilli
committedMay 19, 2015
Fix typo in comment
1 parent c5b04ef commit fd7568a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsgeometry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class CORE_EXPORT QgsGeometry
289289
@return 0 in case of success*/
290290
int translate( double dx, double dy );
291291

292-
/**Transform this geometry as described by CoordinateTranasform ct
292+
/**Transform this geometry as described by CoordinateTransform ct
293293
@return 0 in case of success*/
294294
int transform( const QgsCoordinateTransform& ct );
295295

0 commit comments

Comments
 (0)
Please sign in to comment.