Skip to content

Commit

Permalink
Spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 9, 2021
1 parent 9d1a124 commit 0e9edb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/server/wms/test_qgsserver_wms_parameters.cpp
Expand Up @@ -30,7 +30,7 @@ class TestQgsServerWmsParameters : public QObject

void external_layers();
void percent_encoding();
void version_negociation();
void version_negotiation();
};

void TestQgsServerWmsParameters::initTestCase()
Expand Down Expand Up @@ -85,7 +85,7 @@ void TestQgsServerWmsParameters::percent_encoding()
QCOMPARE( wmsParams.value( "MYPARAM" ), QString( "my+value" ) );
}

void TestQgsServerWmsParameters::version_negociation()
void TestQgsServerWmsParameters::version_negotiation()
{
QUrlQuery query;

Expand Down

0 comments on commit 0e9edb9

Please sign in to comment.