File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class SERVER_EXPORT QgsServerResponse
56
56
/* *
57
57
* Send error
58
58
* 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.
60
60
* Calling sendError() will end the transaction and any attempt to write data
61
61
* or set headers will be an error.
62
62
* @param code HHTP return code value
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ namespace
35
35
}
36
36
37
37
// Compare two version strings:
38
- // The strings are splitted into dot separated segment
38
+ // The strings are split into dot separated segment
39
39
// Each segment are compared up to the shortest number of segment of the
40
40
// lists. Remaining segments are dropped.
41
41
// If both segments can be intepreted as numbers the are compared as numbers, otherwise
You can’t perform that action at this time.
0 commit comments