Browse Source

Fix typo in warp directory plugin

Simon Frost 10 years ago
parent
commit
6adc89131c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/wd/wd.sh

+ 1 - 1
plugins/wd/wd.sh

@@ -58,7 +58,7 @@ wd_warp()
         #wd_print_msg $BLUE "Warping..."
         #wd_print_msg $BLUE "Warping..."
         cd ${points[$1]}
         cd ${points[$1]}
     else
     else
-        wd_print_msg $RED "Unkown warp point '$1'"
+        wd_print_msg $RED "Unknown warp point '$1'"
     fi
     fi
 }
 }