Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarteau committed Jan 10, 2017
1 parent 6ef3842 commit 560adba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/server/qgsserverresponse.h
Expand Up @@ -56,7 +56,7 @@ class SERVER_EXPORT QgsServerResponse
/**
* Send error
* This method delegates error handling at the server level. This is different
* from calling setReturnCode() wich let you return a specific response body.
* from calling setReturnCode() which let you return a specific response body.
* Calling sendError() will end the transaction and any attempt to write data
* or set headers will be an error.
* @param code HHTP return code value
Expand Down
2 changes: 1 addition & 1 deletion src/server/qgsserviceregistry.cpp
Expand Up @@ -35,7 +35,7 @@ namespace
}

// Compare two version strings:
// The strings are splitted into dot separated segment
// The strings are split into dot separated segment
// Each segment are compared up to the shortest number of segment of the
// lists. Remaining segments are dropped.
// If both segments can be intepreted as numbers the are compared as numbers, otherwise
Expand Down

0 comments on commit 560adba

Please sign in to comment.