We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90c3d0 commit 0f48491Copy full SHA for 0f48491
lua/neogit/lib/git/stash.lua
@@ -93,7 +93,7 @@ function M.register(meta)
93
local idx, message = line:match("stash@{(%d*)}: (.*)")
94
95
idx = tonumber(idx)
96
- assert(idx, "indx cannot be nil")
+ assert(idx, "index cannot be nil")
97
98
---@class StashItem
99
local item = {
lua/neogit/lib/graph/kitty.lua
@@ -998,7 +998,7 @@ function M.build(commits, color)
998
end
999
1000
1001
- -- now lets get the intervals between the stopped connetors
+ -- now lets get the intervals between the stopped connectors
1002
-- and other connectors of the same commit hash
1003
local intervals = {}
1004
for _, j in ipairs(stopped) do
0 commit comments