Skip to content

Commit 508cdb4

Browse files
NathanBaulchjesseduffield
authored andcommitted
Fix typos
1 parent ae459b2 commit 508cdb4

File tree

23 files changed

+30
-30
lines changed

23 files changed

+30
-30
lines changed

docs/dev/Busy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## The use-case
44

5-
This topic deserves its own doc because there there are a few touch points for it. We have a use-case for knowing when Lazygit is idle or busy because integration tests follow the following process:
5+
This topic deserves its own doc because there are a few touch points for it. We have a use-case for knowing when Lazygit is idle or busy because integration tests follow the following process:
66
1) press a key
77
2) wait until Lazygit is idle
88
3) run assertion / press another key

docs/keybindings/Keybindings_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ If you would instead like to start an interactive rebase from the selected commi
348348

349349
| Key | Action | Info |
350350
|-----|--------|-------------|
351-
| `` <space> `` | Checkout | Checkout the selected tag tag as a detached HEAD. |
351+
| `` <space> `` | Checkout | Checkout the selected tag as a detached HEAD. |
352352
| `` n `` | New tag | Create new tag from current commit. You'll be prompted to enter a tag name and optional description. |
353353
| `` d `` | Delete | View delete options for local/remote tag. |
354354
| `` P `` | Push tag | Push the selected tag to a remote. You'll be prompted to select a remote. |

docs/keybindings/Keybindings_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ If you would instead like to start an interactive rebase from the selected commi
180180

181181
| Key | Action | Info |
182182
|-----|--------|-------------|
183-
| `` <space> `` | チェックアウト | Checkout the selected tag tag as a detached HEAD. |
183+
| `` <space> `` | チェックアウト | Checkout the selected tag as a detached HEAD. |
184184
| `` n `` | タグを作成 | Create new tag from current commit. You'll be prompted to enter a tag name and optional description. |
185185
| `` d `` | Delete | View delete options for local/remote tag. |
186186
| `` P `` | タグをpush | Push the selected tag to a remote. You'll be prompted to select a remote. |

docs/keybindings/Keybindings_ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ If you would instead like to start an interactive rebase from the selected commi
321321

322322
| Key | Action | Info |
323323
|-----|--------|-------------|
324-
| `` <space> `` | 체크아웃 | Checkout the selected tag tag as a detached HEAD. |
324+
| `` <space> `` | 체크아웃 | Checkout the selected tag as a detached HEAD. |
325325
| `` n `` | 태그를 생성 | Create new tag from current commit. You'll be prompted to enter a tag name and optional description. |
326326
| `` d `` | Delete | View delete options for local/remote tag. |
327327
| `` P `` | 태그를 push | Push the selected tag to a remote. You'll be prompted to select a remote. |

docs/keybindings/Keybindings_nl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ If you would instead like to start an interactive rebase from the selected commi
348348

349349
| Key | Action | Info |
350350
|-----|--------|-------------|
351-
| `` <space> `` | Uitchecken | Checkout the selected tag tag as a detached HEAD. |
351+
| `` <space> `` | Uitchecken | Checkout the selected tag as a detached HEAD. |
352352
| `` n `` | Creëer tag | Create new tag from current commit. You'll be prompted to enter a tag name and optional description. |
353353
| `` d `` | Delete | View delete options for local/remote tag. |
354354
| `` P `` | Push tag | Push the selected tag to a remote. You'll be prompted to select a remote. |

docs/keybindings/Keybindings_ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ If you would instead like to start an interactive rebase from the selected commi
286286

287287
| Key | Action | Info |
288288
|-----|--------|-------------|
289-
| `` <space> `` | Переключить | Checkout the selected tag tag as a detached HEAD. |
289+
| `` <space> `` | Переключить | Checkout the selected tag as a detached HEAD. |
290290
| `` n `` | Создать тег | Create new tag from current commit. You'll be prompted to enter a tag name and optional description. |
291291
| `` d `` | Delete | View delete options for local/remote tag. |
292292
| `` P `` | Отправить тег | Push the selected tag to a remote. You'll be prompted to select a remote. |

docs/keybindings/Keybindings_zh-TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ If you would instead like to start an interactive rebase from the selected commi
282282

283283
| Key | Action | Info |
284284
|-----|--------|-------------|
285-
| `` <space> `` | 檢出 | Checkout the selected tag tag as a detached HEAD. |
285+
| `` <space> `` | 檢出 | Checkout the selected tag as a detached HEAD. |
286286
| `` n `` | 建立標籤 | Create new tag from current commit. You'll be prompted to enter a tag name and optional description. |
287287
| `` d `` | 刪除 | View delete options for local/remote tag. |
288288
| `` P `` | 推送標籤 | Push the selected tag to a remote. You'll be prompted to select a remote. |

pkg/commands/oscommands/os_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func TestOSCommandFileType(t *testing.T) {
122122
},
123123
},
124124
{
125-
"nonExistant",
125+
"nonExistent",
126126
func() {},
127127
func(output string) {
128128
assert.EqualValues(t, "other", output)

pkg/gui/context/list_context_trait.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func (self *ListContextTrait) IsItemVisible(item types.HasUrn) bool {
131131
return false
132132
}
133133

134-
// By default, list contexts supporta range select
134+
// By default, list contexts supports range select
135135
func (self *ListContextTrait) RangeSelectEnabled() bool {
136136
return true
137137
}

pkg/gui/controllers/files_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ func (self *FilesController) handleAmendCommitPress() error {
664664
Title: self.c.Tr.AmendLastCommitTitle,
665665
Prompt: self.c.Tr.SureToAmend,
666666
HandleConfirm: func() error {
667-
return self.c.Helpers().WorkingTree.WithEnsureCommitableFiles(func() error {
667+
return self.c.Helpers().WorkingTree.WithEnsureCommittableFiles(func() error {
668668
if len(self.c.Model().Commits) == 0 {
669669
return errors.New(self.c.Tr.NoCommitToAmend)
670670
}

0 commit comments

Comments
 (0)