Fix typo in adminUser for json marshaling

pull/17/head
Paul Dix 2013-10-31 14:14:32 -04:00
parent bb95d9e677
commit 6a12a150d0
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ func (self *CommonUser) HasReadAccess(name string) bool {
}
type clusterAdmin struct {
CommonUser `josn:"common"`
CommonUser `json:"common"`
}
func (self *clusterAdmin) IsClusterAdmin() bool {