correcting typo, renaming vert.x to vertx (gvm change)

This commit is contained in:
Yinka Erinle 2013-05-14 01:35:40 +01:00
commit e43345e76a
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ custom/*
*.swp *.swp
!custom/example.zshcache !custom/example.zshcache
cache/ cache/
.DS_Store

View file

@ -9,7 +9,7 @@ _1st_arguments=(
'uninstall:uninstall a candidate version' 'uninstall:uninstall a candidate version'
'list:list available candidate versions' 'list:list available candidate versions'
'use:use a candidate version in current shell' 'use:use a candidate version in current shell'
'current:dispaly current candidate version' 'current:display current candidate version'
'version:display the current version of gvm' 'version:display the current version of gvm'
'default:set the default candidate version for every shell' 'default:set the default candidate version for every shell'
'selfupdate:update the gvm' 'selfupdate:update the gvm'
@ -23,7 +23,7 @@ _2nd_arguments=(
'grails:full-stack web framework' 'grails:full-stack web framework'
'griffon:framework for building desktop application' 'griffon:framework for building desktop application'
'gradle:build tool using groovy dsl' 'gradle:build tool using groovy dsl'
'vert.x:event driven application framework' 'vertx:event driven application framework'
) )
local expl local expl