typo in docs

This commit is contained in:
Mislav Marohnić 2013-01-04 23:26:01 +01:00
parent 093809eac6
commit cd940bd797

View file

@ -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.