From 1aafba9f87b2e3f27bfdaeb5b41253dd52b69808 Mon Sep 17 00:00:00 2001 From: Donald Huang Date: Tue, 11 Nov 2014 23:34:55 +0000 Subject: [PATCH] Fix typo in json tag throlling_data -> throttling_data Signed-off-by: Donald Huang --- cgroups/stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgroups/stats.go b/cgroups/stats.go index 857fc1dc4..dc5dbb3c2 100644 --- a/cgroups/stats.go +++ b/cgroups/stats.go @@ -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 {