Skip to content

Commit 0f48491

Browse files
committed
Fix spelling
1 parent e90c3d0 commit 0f48491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/neogit/lib/git/stash.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function M.register(meta)
9393
local idx, message = line:match("stash@{(%d*)}: (.*)")
9494

9595
idx = tonumber(idx)
96-
assert(idx, "indx cannot be nil")
96+
assert(idx, "index cannot be nil")
9797

9898
---@class StashItem
9999
local item = {

lua/neogit/lib/graph/kitty.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ function M.build(commits, color)
998998
end
999999
end
10001000

1001-
-- now lets get the intervals between the stopped connetors
1001+
-- now lets get the intervals between the stopped connectors
10021002
-- and other connectors of the same commit hash
10031003
local intervals = {}
10041004
for _, j in ipairs(stopped) do

0 commit comments

Comments
 (0)