Skip to content

Commit

Permalink
Typo (old one)
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 10, 2019
1 parent cd763bc commit 7046632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgsfcgiserverrequest.cpp
Expand Up @@ -73,7 +73,7 @@ QgsFcgiServerRequest::QgsFcgiServerRequest()
// Store the URL before the server rewrite that could have been set in QUERY_STRING
mOriginalUrl = url;

// OGC parametrs are passed with the query string, which is normally part of
// OGC parameters are passed with the query string, which is normally part of
// the REQUEST_URI, we override the query string url in case it is defined
// independently of REQUEST_URI
const char *qs = getenv( "QUERY_STRING" );
Expand Down

0 comments on commit 7046632

Please sign in to comment.