Aerc setup script: Fix typo in error message

This commit is contained in:
Hedy Li 2021-10-01 05:11:28 +00:00
parent 81037d7978
commit a29fea5cfb
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if [[ -d ~/local/share/aerc ]]; then
exit
else
if ! [[ -d /usr/share/aerc ]]; then
echo Neither ~/local/share/aerc nor /use/share/aerc exists!
echo Neither ~/local/share/aerc nor /usr/share/aerc exists!
echo Perhaps aerc wasnt installed properly. Please figure out where aerc share folder is
echo then ln -s manually
exit 1