From e8fa8edfc44865e9aa3df65e56dae12828acf99e Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Wed, 30 Oct 2019 17:46:27 +0100 Subject: [PATCH] Typo --- python/server/auto_generated/qgsserverapiutils.sip.in | 2 +- src/server/qgsserverapiutils.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/server/auto_generated/qgsserverapiutils.sip.in b/python/server/auto_generated/qgsserverapiutils.sip.in index b29405fd7e0..5e21aca4ebd 100644 --- a/python/server/auto_generated/qgsserverapiutils.sip.in +++ b/python/server/auto_generated/qgsserverapiutils.sip.in @@ -64,7 +64,7 @@ Parses a datetime ``interval`` and returns a :py:class:`QgsDateTimeRange` static QgsExpression temporalFilterExpression( const QgsVectorLayer *layer, const QString &interval ); %Docstring -Parses the ``interval`` and constructs a (possibily invalid) temporal filter expression for the given ``layer`` +Parses the ``interval`` and constructs a (possibly invalid) temporal filter expression for the given ``layer`` Interval syntax: diff --git a/src/server/qgsserverapiutils.h b/src/server/qgsserverapiutils.h index 5aac45d2832..22b1536d764 100644 --- a/src/server/qgsserverapiutils.h +++ b/src/server/qgsserverapiutils.h @@ -91,7 +91,7 @@ class SERVER_EXPORT QgsServerApiUtils /** - * Parses the \a interval and constructs a (possibily invalid) temporal filter expression for the given \a layer + * Parses the \a interval and constructs a (possibly invalid) temporal filter expression for the given \a layer * * Interval syntax: *