Skip to content

Commit 9e8c68f

Browse files
authored
Revert "Fix typo. (#143)" (#146)
This reverts commit 1bef182.
1 parent 1bef182 commit 9e8c68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/translate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func TranslateByDeepLX(sourceLang string, targetLang string, translateText strin
138138
if err != nil {
139139
return DeepLXTranslationResult{
140140
Code: http.StatusServiceUnavailable,
141-
Message: "Unkown error",
141+
Message: "Uknown error",
142142
}, nil
143143
}
144144
transport := &http.Transport{

0 commit comments

Comments
 (0)