Fix typo (thanks @rdmurphy)
authorTravis Swicegood <development@domain51.com>
Mon, 26 Mar 2012 16:20:24 +0000 (11:20 -0500)
committerTravis Swicegood <development@domain51.com>
Mon, 26 Mar 2012 16:20:24 +0000 (11:20 -0500)
plugins/available/virtualenv.plugin.bash

index 2636963..1625915 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# make sure virtualenvwrapper is enabled if availalbe
+# make sure virtualenvwrapper is enabled if available
 [[ `which virtualenvwrapper.sh` ]] && . virtualenvwrapper.sh
 
 # create a new virtualenv for this directory