aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/finder/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/finder/main.py b/packages/finder/main.py
index cdefa38..4e04e5c 100644
--- a/packages/finder/main.py
+++ b/packages/finder/main.py
@@ -246,7 +246,7 @@ class FinderMain():
# Load initial buffer content from cache, if available
cache = tg.create_task(self.load(cached=True))
- # Load initial buffer content
+ # Load buffer content
load = tg.create_task(self.load(cached=False))
return True