Fixed typo in bash completion comment in .bashrc.
authorW. Trevor King <wking@drexel.edu>
Sun, 18 Jan 2009 15:24:57 +0000 (10:24 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 18 Jan 2009 15:24:57 +0000 (10:24 -0500)
_bashrc

diff --git a/_bashrc b/_bashrc
index 0fbd76091c35fa095ee8aad52099fd429fd3f9ad..f4c57605d8271458b407858bc768d613ff501d8b 100644 (file)
--- a/_bashrc
+++ b/_bashrc
@@ -118,7 +118,7 @@ alias la='ls -A'
 alias l='ls -CF'
 
 # enable programmable completion features (you don't need to enable
-# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
+# this if it's already enabled in /etc/bash.bashrc and /etc/profile
 # sources /etc/bash.bashrc).
 if [ -f /etc/bash_completion ]; then
     . /etc/bash_completion