aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-15 17:26:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-15 17:26:39 +1200
commit2fe53a26ea83f60cef9c27aeaa976c91be21ef42 (patch)
tree227ca1430127604fe353448fca919e9ca40d80d5 /bash
parentFix some hare-brained comments (diff)
downloaddotfiles-2fe53a26ea83f60cef9c27aeaa976c91be21ef42.tar.gz
dotfiles-2fe53a26ea83f60cef9c27aeaa976c91be21ef42.zip
Fix comment typo
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc.d/ssh.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/ssh.bash b/bash/bashrc.d/ssh.bash
index 9ac90b7d..c382bb17 100644
--- a/bash/bashrc.d/ssh.bash
+++ b/bash/bashrc.d/ssh.bash
@@ -1,4 +1,4 @@
-# Commpletion for ssh/sftp/ssh-copy-id with config hostnames
+# Completion for ssh/sftp/ssh-copy-id with config hostnames
_ssh() {
local config=$HOME/.ssh/config
local word=${COMP_WORDS[COMP_CWORD]}