From: Oleg Broytman Date: Sat, 14 Jan 2017 06:51:16 +0000 (+0300) Subject: .shellrc: fix a minor misspelling X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=cb0d4557cb24d872dcd2e7412085c2d34b8ea8fd;hp=f1f3f0dd0e29657ab234bfdcc21c3cd27084c7f5;p=dotfiles.git .shellrc: fix a minor misspelling --- diff --git a/.shellrc b/.shellrc index 55dab97..08f5741 100644 --- a/.shellrc +++ b/.shellrc @@ -83,7 +83,7 @@ if test -n "$BASH_VERSION"; then . /usr/local/etc/bash_completion.d/* fi else - echo "Unknown OS type, canot source bash_completion" >&2 + echo "Unknown OS type, cannot source bash_completion" >&2 fi fi