From e43345e76a217b9329989c11fb7b2f94a10cffbe Mon Sep 17 00:00:00 2001 From: Yinka Erinle Date: Tue, 14 May 2013 01:35:40 +0100 Subject: [PATCH] correcting typo, renaming vert.x to vertx (gvm change) --- .gitignore | 1 + plugins/gvm/_gvm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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