summaryrefslogtreecommitdiffstats
path: root/pkg/gui/filetree
diff options
context:
space:
mode:
authorknowmost <knowmost@outlook.com>2024-04-28 11:34:34 +0800
committerStefan Haller <stefan@haller-berlin.de>2024-04-28 09:44:59 +0200
commit0677a58e9f65a36c7b88c2ff766afdc628ae8b90 (patch)
treee1b46f39877717ee60df90c612b351f246b0dc96 /pkg/gui/filetree
parentb3a60ce407e78a3e1d41d3fa6cef5f974574eb02 (diff)
chore: fix some comments and typos
Signed-off-by: knowmost <knowmost@outlook.com>
Diffstat (limited to 'pkg/gui/filetree')
-rw-r--r--pkg/gui/filetree/build_tree_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/filetree/build_tree_test.go b/pkg/gui/filetree/build_tree_test.go
index ac36be9af..b2bf20f1d 100644
--- a/pkg/gui/filetree/build_tree_test.go
+++ b/pkg/gui/filetree/build_tree_test.go
@@ -127,7 +127,7 @@ func TestBuildTreeFromFiles(t *testing.T) {
expected: &Node[models.File]{
Path: "",
// it is a little strange that we're not bubbling up our merge conflict
- // here but we are technically still in in tree mode and that's the rule
+ // here but we are technically still in tree mode and that's the rule
Children: []*Node[models.File]{
{
File: &models.File{Name: "a"},