summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-03-27 17:36:08 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-03-27 17:36:08 +0900
commitb6bfd4a5cbd829e7c59894673fa9eaf4544af928 (patch)
tree31521ef5b018fded517475fc6f9d6d1057e6cd85
parent008fb9d258e47815a7c36f462bfb0a7fe08ec44f (diff)
Fix typo in comment
-rwxr-xr-xtest/test_go.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_go.rb b/test/test_go.rb
index 533a3b23..10d4ef40 100755
--- a/test/test_go.rb
+++ b/test/test_go.rb
@@ -2538,7 +2538,7 @@ class TestGoFZF < TestBase
tmux.send_keys '9'
tmux.until { |lines| assert_equal 99, lines.match_count }
- # TODO: How do we verify if an intermedite empty list is not shown?
+ # TODO: How do we verify if an intermediate empty list is not shown?
end
def test_scroll_off