From 82b04188c74b90ba05ee5d3cdee263f1a2c80093 Mon Sep 17 00:00:00 2001 From: Brendan Gilmore Date: Mon, 8 Aug 2016 18:11:35 -0500 Subject: [PATCH] Fix Tenant typo in error message --- apier/v2/accounts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apier/v2/accounts.go b/apier/v2/accounts.go index 1003c0089..e9c7adfd3 100644 --- a/apier/v2/accounts.go +++ b/apier/v2/accounts.go @@ -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