summaryrefslogtreecommitdiff
path: root/browser.c
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2018-07-29 08:58:59 +0200
committerPeter Hofmann <scm@uninformativ.de>2018-07-29 08:58:59 +0200
commit1e5faba9249a140d28bb4c142fac3663aa959279 (patch)
tree468b3a3da087410b071711ecef82d3e7c8b083ae /browser.c
parentbd5749a1eaf3ce19687f1b68116343860e213055 (diff)
downloadlariza-1e5faba9249a140d28bb4c142fac3663aa959279.tar.gz
Fix typo
Diffstat (limited to 'browser.c')
-rw-r--r--browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser.c b/browser.c
index e943f48..ed14575 100644
--- a/browser.c
+++ b/browser.c
@@ -365,7 +365,7 @@ changed_load_progress(GObject *obj, GParamSpec *pspec, gpointer data)
{
p = 0;
- /* The page has loaded fully. We now run a the short JavaScript
+ /* The page has loaded fully. We now run the short JavaScript
* snippet above that operates on the DOM. It tries to grab all
* occurences of <link rel="alternate" ...>, i.e. RSS/Atom feed
* references. */