mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-02 17:07:02 +00:00
Fix documentation/comment typos
This patch fixes a variety of typos in documentation and comments, found by running `codespell`.
This commit is contained in:
@@ -550,7 +550,7 @@ func TestHTTPGet(t *testing.T) {
|
||||
t.Errorf("content type != text/plain was allowed: got %q, %v", raw, err)
|
||||
}
|
||||
|
||||
// Invalid (unparseable) media type.
|
||||
// Invalid (unparsable) media type.
|
||||
srv4 := httptest.NewServer(
|
||||
http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||
w.Header().Set("Content-Type", "invalid/content/type")
|
||||
|
||||
Reference in New Issue
Block a user