Skip to content

Commit be73c96

Browse files
committedMay 11, 2018
Spelling
1 parent 0d52045 commit be73c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/gdal/GdalUtils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def writeLayerParameterToTextFile(filename, alg, parameters, parameter_name, con
416416
@staticmethod
417417
def gdal_crs_string(crs: QgsCoordinateReferenceSystem) -> str:
418418
"""
419-
Converts a QgsCoordinateReferenceSytem to a string understandable
419+
Converts a QgsCoordinateReferenceSystem to a string understandable
420420
by GDAL
421421
:param crs: crs to convert
422422
:return: gdal friendly string

0 commit comments

Comments
 (0)
Please sign in to comment.