diff --git a/src/core/qgsjsonutils.h b/src/core/qgsjsonutils.h index 5decc9fe1fc6..6e1b793e8df2 100644 --- a/src/core/qgsjsonutils.h +++ b/src/core/qgsjsonutils.h @@ -428,7 +428,7 @@ class CORE_EXPORT QgsJsonUtils * if it differs from OGC:CRS84 or EPSG:4326. * According to new specification RFC 7946, coordinate reference system for all GeoJSON coordinates * is assumed to be OGC:CRS84 but when user specifically request a different CRS, this method - * allow to add this information in the JSON output + * adds this information in the JSON output */ static void addCrsInfo( json &value, const QgsCoordinateReferenceSystem &crs ) SIP_SKIP;