1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

chore: typo hunting ft. codespell

This commit is contained in:
casswedson
2022-04-03 15:19:15 -05:00
committed by Jesse Duffield
parent 3b5a019e1a
commit b7928042f0
11 changed files with 17 additions and 17 deletions

View File

@ -77,7 +77,7 @@ func TestNavigateToRepoRootDirectory(t *testing.T) {
},
},
{
"An error occurred when getting path informations",
"An error occurred when getting path information",
func(string) (os.FileInfo, error) {
return nil, fmt.Errorf("An error occurred")
},