From cd940bd797ea8230f58629527608337dca4c9a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohnic=CC=81?= Date: Fri, 4 Jan 2013 23:26:01 +0100 Subject: [PATCH] typo in docs --- libexec/rbenv-rehash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rbenv-rehash b/libexec/rbenv-rehash index 8f74b529..b05a4c76 100755 --- a/libexec/rbenv-rehash +++ b/libexec/rbenv-rehash @@ -92,7 +92,7 @@ registered_shims=() registered_shims_index="" # We will keep track of shims registered for installation with the -# global `reigstered_shims` array and with a global search index +# global `registered_shims` array and with a global search index # string. The array will let us iterate over all registered shims. The # index string will let us quickly check whether a shim with the given # name has been registered or not.