From 84d6c92937f277f77e899ce2f5e945a146343280 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 17:55:21 +0000 Subject: [PATCH] spelling: documentation --- client/driver/docker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/driver/docker.go b/client/driver/docker.go index 08c069593..66a51c6bd 100644 --- a/client/driver/docker.go +++ b/client/driver/docker.go @@ -122,7 +122,7 @@ const ( // This is cpu.cfs_period_us: the length of a period. // The default values is 100 milliseconds (ms) represented in microseconds (us). - // Below is the documnentation: + // Below is the documentation: // https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt // https://docs.docker.com/engine/api/v1.35/# defaultCFSPeriodUS = 100000