mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 21:21:42 +00:00
small batch of edits/corrections to comments
This commit is contained in:
@@ -18,7 +18,7 @@ func TestRegister(t *testing.T) {
|
||||
|
||||
eng := newTestEngine(t)
|
||||
|
||||
//Should fail because globan handlers are copied
|
||||
//Should fail because global handlers are copied
|
||||
//at the engine creation
|
||||
if err := eng.Register("dummy1", nil); err == nil {
|
||||
t.Fatalf("Expecting error, got none")
|
||||
|
||||
Reference in New Issue
Block a user