From d45c8fe443f61cfd9ac70330cfe70912bdda4f9e Mon Sep 17 00:00:00 2001 From: Julien Cabieces Date: Wed, 6 Mar 2024 19:10:29 +0100 Subject: [PATCH] fix spellcheck --- src/core/qgsjsonutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;