diff --git a/cmd/tusd/cli/hooks.go b/cmd/tusd/cli/hooks.go index b38f34d..4c71b7d 100644 --- a/cmd/tusd/cli/hooks.go +++ b/cmd/tusd/cli/hooks.go @@ -62,7 +62,7 @@ func SetupPostHooks(handler *tusd.Handler) { func invokeHook(typ HookType, info tusd.FileInfo) { go func() { - // Error handling is token care of by the function. + // Error handling is taken care by the function. _, _ = invokeHookSync(typ, info, false) }() }