commit 6f02c6b995795ac788ced8fad5e83bff17444481 parent 7b9ecd9c071c7f2c66f50bfa0c213db23a2744da Author: Marc <40807627+marcwallach@users.noreply.github.com> Date: Tue, 13 Oct 2020 17:32:12 -0300 Fix typo Diffstat:
M | bin/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 ;;