Fix various typos in pkg/api

This commit is contained in:
Jedrzej Nowak
2016-08-23 12:41:36 +02:00
parent 8675adf138
commit a6c0e23fd2
14 changed files with 43 additions and 43 deletions

View File

@@ -88,7 +88,7 @@ func TestCompatibility(
keys := strings.Split(absentKey, ".")
actualValue, ok, err := getJSONValue(generic, keys...)
if err == nil || ok {
t.Errorf("Unexpected value found for for key %s: %v", absentKey, actualValue)
t.Errorf("Unexpected value found for key %s: %v", absentKey, actualValue)
hasError = true
}
}