diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-10-11 01:36:31 +0500 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-10-11 01:36:31 +0500 |
| commit | 8660bcda7ebce1a1bd1ecb04b04aefd52d0c5770 (patch) | |
| tree | 9d77fe63fcda26fd76f7f827f7ace080c96ecdbf /units/sn_auth.zsh | |
| parent | 9fa2734a333fedd7eac19d7bb50ab7288162dac4 (diff) | |
*/*: Correct misspelled words
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'units/sn_auth.zsh')
| -rw-r--r-- | units/sn_auth.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/sn_auth.zsh b/units/sn_auth.zsh index d962113..ed1d041 100644 --- a/units/sn_auth.zsh +++ b/units/sn_auth.zsh @@ -13,7 +13,7 @@ elif [[ -n "${sn_key}" ]] then return 0 else - output_text="You must provide your SauceNAO API Key before you can use SauceNAO" + output_text="You must provide your SauceNAO API key before you can use SauceNAO" return 0 fi @@ -61,7 +61,7 @@ case "${sn_status}" in output_text="Rate limit exceeded, try again later" ;; (-1) - output_text="Invalid API Key" + output_text="Invalid API key" ;; (*) output_text="An unknown error occurred" |
