diff --git a/.gitignore b/.gitignore index 51a5ee6c3..b48ddc6cf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ custom/* *.swp !custom/example.zshcache cache/ +.DS_Store diff --git a/plugins/gvm/_gvm b/plugins/gvm/_gvm index 8b878776d..b0c4863e4 100644 --- a/plugins/gvm/_gvm +++ b/plugins/gvm/_gvm @@ -9,7 +9,7 @@ _1st_arguments=( 'uninstall:uninstall a candidate version' 'list:list available candidate versions' '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' 'default:set the default candidate version for every shell' 'selfupdate:update the gvm' @@ -23,7 +23,7 @@ _2nd_arguments=( 'grails:full-stack web framework' 'griffon:framework for building desktop application' 'gradle:build tool using groovy dsl' - 'vert.x:event driven application framework' + 'vertx:event driven application framework' ) local expl