Revert "Fix typo. (#143)" (#146)

This reverts commit 1bef182a15.
This commit is contained in:
Vincent Young 2024-10-03 16:05:53 -04:00 committed by GitHub
parent 1bef182a15
commit 9e8c68fc94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,7 @@ func TranslateByDeepLX(sourceLang string, targetLang string, translateText strin
if err != nil { if err != nil {
return DeepLXTranslationResult{ return DeepLXTranslationResult{
Code: http.StatusServiceUnavailable, Code: http.StatusServiceUnavailable,
Message: "Unkown error", Message: "Uknown error",
}, nil }, nil
} }
transport := &http.Transport{ transport := &http.Transport{