From 43346e5f2947aa8311bd1c2580374307a26dcb31 Mon Sep 17 00:00:00 2001 From: Nan Deng Date: Thu, 19 Jun 2014 14:19:44 -0700 Subject: [PATCH] fix typo --- storage/test/storagetests.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/test/storagetests.go b/storage/test/storagetests.go index cbaff9ac..7a45cc8a 100644 --- a/storage/test/storagetests.go +++ b/storage/test/storagetests.go @@ -108,7 +108,7 @@ func StorageDriverTestSampleCpuUsage(driver storage.StorageDriver, t *testing.T) if err != nil { t.Fatalf("unable to add stats: %v", err) } - // set the trace to someting else. The stats stored in the + // set the trace to something else. The stats stored in the // storage should not be affected. stats.Cpu.Usage.Total = 0 stats.Cpu.Usage.System = 0 @@ -155,7 +155,7 @@ func StorageDriverTestMaxMemoryUsage(driver storage.StorageDriver, t *testing.T) if err != nil { t.Fatalf("unable to add stats: %v", err) } - // set the trace to someting else. The stats stored in the + // set the trace to something else. The stats stored in the // storage should not be affected. stats.Cpu.Usage.Total = 0 stats.Cpu.Usage.System = 0