Skip to content

Commit

Permalink
Fix typo (thanks @rdmurphy)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswicegood committed Mar 26, 2012
1 parent b524bb6 commit a74279d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/available/virtualenv.plugin.bash
@@ -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
Expand Down

0 comments on commit a74279d

Please sign in to comment.