From 87d0168ff86dad09af833ba6ed60d55c77aa6d89 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sat, 2 Jul 2016 17:16:43 +0200 Subject: [PATCH] Fix comment typo --- src/server/qgscapabilitiescache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/qgscapabilitiescache.h b/src/server/qgscapabilitiescache.h index 08b44509c60..0f54d46be9a 100644 --- a/src/server/qgscapabilitiescache.h +++ b/src/server/qgscapabilitiescache.h @@ -38,7 +38,7 @@ class SERVER_EXPORT QgsCapabilitiesCache : public QObject const QDomDocument* searchCapabilitiesDocument( const QString& configFilePath, const QString& key ); /** Inserts new capabilities document (creates a copy of the document, does not take ownership) - * @param configFilePath the progect file path + * @param configFilePath the project file path * @param key key used to separate different version in different cache * @param doc the DOM document */