summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/downloads.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/browser/downloads.py')
-rw-r--r--qutebrowser/browser/downloads.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/browser/downloads.py b/qutebrowser/browser/downloads.py
index 96220897c..b179013fc 100644
--- a/qutebrowser/browser/downloads.py
+++ b/qutebrowser/browser/downloads.py
@@ -1291,7 +1291,7 @@ class TempDownloadManager:
"""Manager to handle temporary download files.
- The downloads are downloaded to a temporary location and then openened with
+ The downloads are downloaded to a temporary location and then opened with
the system standard application. The temporary files are deleted when
qutebrowser is shutdown.