From 408f050d648da0b64d353146a1be59827d76bf70 Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Fri, 16 May 2014 11:45:20 +0000 Subject: [PATCH] Typo in execdrivers.go five => give Docker-DCO-1.1-Signed-off-by: Timothy Hobbs (github: timthelion) --- daemon/execdriver/execdrivers/execdrivers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/execdriver/execdrivers/execdrivers.go b/daemon/execdriver/execdrivers/execdrivers.go index 18db1f8026..2e18454a09 100644 --- a/daemon/execdriver/execdrivers/execdrivers.go +++ b/daemon/execdriver/execdrivers/execdrivers.go @@ -12,7 +12,7 @@ import ( func NewDriver(name, root, initPath string, sysInfo *sysinfo.SysInfo) (execdriver.Driver, error) { switch name { case "lxc": - // we want to five the lxc driver the full docker root because it needs + // we want to give the lxc driver the full docker root because it needs // to access and write config and template files in /var/lib/docker/containers/* // to be backwards compatible return lxc.NewDriver(root, sysInfo.AppArmor)