Merge pull request #260 from donhcd/fix_typo

Fix typo in json tag
This commit is contained in:
Michael Crosby 2014-11-11 22:04:32 -08:00
commit c529ab68df
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ type CpuUsage struct {
type CpuStats struct {
CpuUsage CpuUsage `json:"cpu_usage,omitempty"`
ThrottlingData ThrottlingData `json:"throlling_data,omitempty"`
ThrottlingData ThrottlingData `json:"throttling_data,omitempty"`
}
type MemoryStats struct {