This commit is contained in:
Alessandro Pasotti 2020-08-06 17:09:51 +02:00
parent 158170470f
commit 00853d1ab1
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;