1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #1127 from cespare/patch-1

Typo fix
This commit is contained in:
Guillaume J. Charmes 2013-07-05 10:48:59 -07:00
commit 6940cf1ecd

View file

@ -73,7 +73,7 @@ func init() {
}
if uid := syscall.Geteuid(); uid != 0 {
log.Fatal("docker tests needs to be run as root")
log.Fatal("docker tests need to be run as root")
}
NetworkBridgeIface = "testdockbr0"