diff --git a/python/server/auto_generated/qgsrequesthandler.sip.in b/python/server/auto_generated/qgsrequesthandler.sip.in index 40241c1c9c2..0e1cc1934c4 100644 --- a/python/server/auto_generated/qgsrequesthandler.sip.in +++ b/python/server/auto_generated/qgsrequesthandler.sip.in @@ -120,7 +120,7 @@ Returns the request url QString path() const; %Docstring -Returns the path component of the requet URL +Returns the path component of the request URL .. versionadded:: 3.16 %End diff --git a/src/server/qgsrequesthandler.h b/src/server/qgsrequesthandler.h index ba3822c8742..2ca9100c15f 100644 --- a/src/server/qgsrequesthandler.h +++ b/src/server/qgsrequesthandler.h @@ -103,7 +103,7 @@ class SERVER_EXPORT QgsRequestHandler QString url() const; /** - * Returns the path component of the requet URL + * Returns the path component of the request URL * \since QGIS 3.16 */ QString path() const; diff --git a/tests/testdata/qgis_server/landingpage/projects/project_data.gpkg b/tests/testdata/qgis_server/landingpage/projects/project_data.gpkg index 6fa9e27224e..31f8911c8d5 100644 Binary files a/tests/testdata/qgis_server/landingpage/projects/project_data.gpkg and b/tests/testdata/qgis_server/landingpage/projects/project_data.gpkg differ