Small typo fix in GetAccounts

This commit is contained in:
DanB
2015-11-25 11:01:43 +01:00
parent 817c74169a
commit 5b3ec719d5

View File

@@ -272,7 +272,7 @@ func (self *ApierV1) RemoveAccount(attr utils.AttrRemoveAccount, reply *string)
func (self *ApierV1) GetAccounts(attr utils.AttrGetAccounts, reply *[]interface{}) error {
if len(attr.Tenant) == 0 {
return utils.NewErrMandatoryIeMissing("Tenanat")
return utils.NewErrMandatoryIeMissing("Tenant")
}
var accountKeys []string
var err error