Fix typos catched via misspell (thanks Go Report Card!)

This commit is contained in:
pancho horrillo
2019-11-19 14:06:54 +01:00
parent bc917ff166
commit 92fbb72735
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -885,7 +885,7 @@ func TestGetRequestFileName404sWhenFileDoesntExist(t *testing.T) {
}
}
// TODO: Discuss which error is appropiate when the form doesn't exists
// TODO: Discuss which error is appropriate when the form doesn't exists
func TestGetRequestFileName404sWhenFormDoesntExist(t *testing.T) {
h := model.Handler{
Request: httptest.NewRequest("POST", "/", nil),
@@ -964,7 +964,7 @@ func TestGetRequestFileContent404sWhenFileDoesntExist(t *testing.T) {
}
}
// TODO: Discuss which error is appropiate when the form doesn't exists
// TODO: Discuss which error is appropriate when the form doesn't exists
func TestGetRequestFileContent404sWhenFormDoesntExist(t *testing.T) {
h := model.Handler{
Request: httptest.NewRequest("POST", "/", nil),