Skip to content

Commit 732b96e

Browse files
committedAug 20, 2018
[Server][WCS] clean comments
1 parent 066f84f commit 732b96e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/server/services/wcs/qgswcs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ namespace QgsWcs
102102
};
103103

104104

105-
} // namespace QgsWfs
105+
} // namespace QgsWcs
106106

107107
/**
108108
* \ingroup server

‎src/server/services/wcs/qgswcsutils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace QgsWcs
5858
//XXX At some point, should be moved to common library
5959
QgsRectangle parseBbox( const QString &bboxStr );
6060

61-
// Define namespaces used in WFS documents
61+
// Define namespaces used in WCS documents
6262
const QString WCS_NAMESPACE = QStringLiteral( "http://www.opengis.net/wcs" );
6363
const QString GML_NAMESPACE = QStringLiteral( "http://www.opengis.net/gml" );
6464
const QString OGC_NAMESPACE = QStringLiteral( "http://www.opengis.net/ogc" );

0 commit comments

Comments
 (0)