Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jstray committed Aug 31, 2012
1 parent 17997c3 commit 9dcc60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function install_gem {
# install fastercsv for Ruby 1.8
count=`ruby -v | grep "ruby 1.9" | wc -l`
if [ $count -ne 1 ]; then
intall_gem fastercsv
install_gem fastercsv
fi

# Look for commonly occurring co-locations, and extract the top candidates.
Expand Down

0 comments on commit 9dcc60a

Please sign in to comment.