Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/git/localrepo/tree.go')
-rw-r--r--internal/git/localrepo/tree.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/git/localrepo/tree.go b/internal/git/localrepo/tree.go
index b436e4c56..ed8464999 100644
--- a/internal/git/localrepo/tree.go
+++ b/internal/git/localrepo/tree.go
@@ -504,7 +504,7 @@ func (t *TreeEntry) populate(
stack := treeStack{t}
- // The outpout of ls-tree -r is the following:
+ // The output of ls-tree -r is the following:
// a1
// dir1/file2
// dir2/file3