summaryrefslogtreecommitdiff
path: root/frontends/riscos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-11-21 00:00:32 +0000
committerVincent Sanders <vince@kyllikki.org>2016-11-21 00:07:13 +0000
commitbcce8cc7b41f869fa2b022f85622cd389082d0f5 (patch)
treea346e23d4193e9e55899aa58ea0e3eb84c0f3a46 /frontends/riscos
parentf679a9b1d6b652e06c24d543c7c5921753e3071b (diff)
downloadnetsurf-bcce8cc7b41f869fa2b022f85622cd389082d0f5.tar.gz
netsurf-bcce8cc7b41f869fa2b022f85622cd389082d0f5.tar.bz2
fix spelling of retrived
Diffstat (limited to 'frontends/riscos')
-rw-r--r--frontends/riscos/gui/url_bar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/riscos/gui/url_bar.c b/frontends/riscos/gui/url_bar.c
index 30a72db10..40c5c6f79 100644
--- a/frontends/riscos/gui/url_bar.c
+++ b/frontends/riscos/gui/url_bar.c
@@ -21,7 +21,7 @@
* \file
* RISC OS URL bar implementation.
*
- * The treeview resources are retrived from resource url necessitating
+ * The treeview resources are retrieved from resource url necessitating
* the use of the hlcache content interface.
*/
@@ -966,7 +966,7 @@ void ro_gui_url_bar_set_url(struct url_bar *url_bar, const char *url,
return;
/* Before we do anything with the URL, get it into local encoding so
- * that behaviour is consistant with the rest of the URL Bar module
+ * that behaviour is consistent with the rest of the URL Bar module
* (which will act on the icon's text buffer, which is always in local
* encoding).
*/