Fix: typo (#333)

This commit is contained in:
Christopher Laidler
2020-12-13 10:49:14 +00:00
committed by GitHub
parent 6e6fbbc49e
commit 7b5411ce54

View File

@@ -8,7 +8,7 @@ extensions.manager = setmetatable({}, {
-- See if this extension exists.
local ok, ext = pcall(require, 'telescope._extensions.' .. k)
if not ok then
error("This extenion doesn't exist or is not installed: " .. k .. "\n" .. ext)
error("This extension doesn't exist or is not installed: " .. k .. "\n" .. ext)
end
if ext.setup then