Skip to content

Commit 560adba

Browse files
committed
Fix spelling
1 parent 6ef3842 commit 560adba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/server/qgsserverresponse.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class SERVER_EXPORT QgsServerResponse
5656
/**
5757
* Send error
5858
* This method delegates error handling at the server level. This is different
59-
* from calling setReturnCode() wich let you return a specific response body.
59+
* from calling setReturnCode() which let you return a specific response body.
6060
* Calling sendError() will end the transaction and any attempt to write data
6161
* or set headers will be an error.
6262
* @param code HHTP return code value

src/server/qgsserviceregistry.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace
3535
}
3636

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

0 commit comments

Comments
 (0)