mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 379cae0150a97c67ae3563bbbf045f676b19a538
parent 7b9ecd9c071c7f2c66f50bfa0c213db23a2744da
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Tue, 13 Oct 2020 16:59:23 -0400

Merge pull request #545 from marcwallach/patch-1

Fix typo
Diffstat:
Mbin/mw | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/mw b/bin/mw @@ -347,7 +347,7 @@ Options allowed with -a: NOTE: Once at least one account is added, you can run \`mbsync -a\` to begin downloading mail. -To chane an account's password, run \`pass edit ${pass_prefix}your@email.com\`. +To change an account's password, run \`pass edit ${pass_prefix}your@email.com\`. EOF exit 1 ;;