small batch of edits/corrections to comments

This commit is contained in:
Ben Wiklund
2013-12-24 16:40:14 -08:00
parent cb1fe939a8
commit 0fccf0f686
6 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -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")