Fixed several spelling mistakes

This commit is contained in:
Niekvdplas
2021-03-30 15:28:23 +02:00
parent 6572fe4d90
commit fec272a7b2
26 changed files with 27 additions and 27 deletions

View File

@@ -102,7 +102,7 @@ func setupWithResourcesWithOptions(t *testing.T, opts *framework.MasterConfigOpt
}
func verifyStatusCode(t *testing.T, verb, URL, body string, expectedStatusCode int) {
// We dont use the typed Go client to send this request to be able to verify the response status code.
// We don't use the typed Go client to send this request to be able to verify the response status code.
bodyBytes := bytes.NewReader([]byte(body))
req, err := http.NewRequest(verb, URL, bodyBytes)
if err != nil {