mirror of
https://github.com/distribution/distribution.git
synced 2025-09-10 03:09:41 +00:00
fix some typos in notifications/event.go and sinks.go
Signed-off-by: fate-grand-order <chenjg@harmonycloud.cn>
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user