Browse Source

fix comment

Darien Raymond 7 years ago
parent
commit
7d3aabbd8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      router.go

+ 1 - 1
router.go

@@ -56,7 +56,7 @@ func (d *syncDispatcher) Set(disp routing.Dispatcher) {
 	d.Lock()
 	defer d.Unlock()
 
-	common.Close(d.Dispatcher) // nolint: errorcheck
+	common.Close(d.Dispatcher) // nolint: errcheck
 	d.Dispatcher = disp
 }