]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Fix minor comment typo.
authorSimon Ruderich <simon@ruderich.org>
Mon, 8 Nov 2010 20:12:30 +0000 (21:12 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 8 Nov 2010 20:12:30 +0000 (21:12 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index bde815db99c367266538a60094a49c6abd10a6e8..cc4e90a3c7eaaf9ae90bb0dd5e175d8a7fd2f580 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -617,7 +617,7 @@ source_config ~/.zsh/rc.local
 # RUN COMMANDS
 
 # If not already in screen reattach to a running session or create a new one.
-# This also starts screen one a remote server when connecting through ssh.
+# This also starts screen on a remote server when connecting through ssh.
 if [[ $TERM != dumb && $TERM != linux && -z $STY ]]; then
     # Get running detached sessions.
     session=$(screen -list | grep 'Detached' | awk '{ print $1; exit }')