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.