Fix Tenant typo in error message

This commit is contained in:
Brendan Gilmore
2016-08-08 18:11:35 -05:00
committed by GitHub
parent fe27ee6430
commit 82b04188c7

View File

@@ -28,7 +28,7 @@ import (
func (self *ApierV2) GetAccounts(attr utils.AttrGetAccounts, reply *[]*engine.Account) error {
if len(attr.Tenant) == 0 {
return utils.NewErrMandatoryIeMissing("Tenanat")
return utils.NewErrMandatoryIeMissing("Tenant")
}
var accountKeys []string
var err error