Fix a typo in config_test.go

This commit is contained in:
Felix Yan 2018-07-31 15:19:45 +08:00 committed by GitHub
parent 38280ca90a
commit f69ab4ed77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ func testConfig(accessConfFile *os.File) map[string]interface{} {
}
func TestConfig(t *testing.T) {
// Shared set-up and defered deletion
// Shared set-up and deferred deletion
cfg, keyFile, err := baseTestConfigWithTmpKeyFile()
if err != nil {