Browse code

Typo in execdrivers.go five => give

Docker-DCO-1.1-Signed-off-by: Timothy Hobbs <timothyhobbs@seznam.cz> (github: timthelion)

Timothy Hobbs authored on 2014/05/16 20:45:20
Showing 1 changed files
... ...
@@ -12,7 +12,7 @@ import (
12 12
 func NewDriver(name, root, initPath string, sysInfo *sysinfo.SysInfo) (execdriver.Driver, error) {
13 13
 	switch name {
14 14
 	case "lxc":
15
-		// we want to five the lxc driver the full docker root because it needs
15
+		// we want to give the lxc driver the full docker root because it needs
16 16
 		// to access and write config and template files in /var/lib/docker/containers/*
17 17
 		// to be backwards compatible
18 18
 		return lxc.NewDriver(root, sysInfo.AppArmor)