Merge pull request #179 from thePanz/patch-1

Fix typo in comment
This commit is contained in:
Marius 2018-04-16 22:12:12 +02:00 committed by GitHub
commit 28948800ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}()
}