diff options
author | Peter Hofmann <scm@uninformativ.de> | 2018-07-29 08:58:59 +0200 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2018-07-29 08:58:59 +0200 |
commit | 1e5faba9249a140d28bb4c142fac3663aa959279 (patch) | |
tree | 468b3a3da087410b071711ecef82d3e7c8b083ae | |
parent | bd5749a1eaf3ce19687f1b68116343860e213055 (diff) | |
download | lariza-1e5faba9249a140d28bb4c142fac3663aa959279.tar.gz |
Fix typo
-rw-r--r-- | browser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |