fix some typos in notifications/event.go and sinks.go

Signed-off-by: fate-grand-order <chenjg@harmonycloud.cn>
This commit is contained in:
fate-grand-order 2017-03-20 20:15:55 +08:00
parent 08b06dc023
commit eaf60fffee
2 changed files with 3 additions and 3 deletions

View file

@ -151,7 +151,7 @@ func (eq *eventQueue) Write(events ...Event) error {
return nil
}
// Close shutsdown the event queue, flushing
// Close shuts down the event queue, flushing
func (eq *eventQueue) Close() error {
eq.mu.Lock()
defer eq.mu.Unlock()