From a93c2e256a9be13da539a2f0cb793207b294f712 Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Fri, 27 Jan 2017 08:19:38 +0100 Subject: [PATCH] fix typo --- src/server/qgswmsserver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/server/qgswmsserver.h b/src/server/qgswmsserver.h index 510c4006c9b..4142ad8bd22 100644 --- a/src/server/qgswmsserver.h +++ b/src/server/qgswmsserver.h @@ -242,7 +242,7 @@ class QgsWmsServer: public QgsOWSServer void appendFormats( QDomDocument &doc, QDomElement &elem, const QStringList &formats ); - /** Checks WIDTH/HEIGHT values agains MaxWidth and MaxHeight + /** Checks WIDTH/HEIGHT values against MaxWidth and MaxHeight @return true if width/height values are okay*/ bool checkMaximumWidthHeight() const; @@ -265,7 +265,7 @@ class QgsWmsServer: public QgsOWSServer bool mOwnsConfigParser; //delete config parser after request (e.g. sent SLD) - // speficy if layer or rule item labels should be drawn in the legend graphic with GetLegendGraphics + // specify if layer or rule item labels should be drawn in the legend graphic with GetLegendGraphics bool mDrawLegendLayerLabel; bool mDrawLegendItemLabel;