summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-18 17:16:26 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-18 17:16:26 +0000
commit669df172ece6dc75608de701fa05fb77612352a1 (patch)
tree98b57fbc01f14094ae6866cb4f99afa3141e8580 /riscos/gui.c
parentcfc9971d0e5aa42bc384b65e8f368e12526c289c (diff)
downloadnetsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.gz
netsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.bz2
Fix my spelling of teh everywhere
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 290c9a34d..7742008dd 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -1439,7 +1439,7 @@ static nserror ro_path_to_nsurl(const char *path, struct nsurl **url_out)
return NSERROR_NOT_FOUND;
}
- /* create a unix path from teh cananocal risc os one */
+ /* create a unix path from the cananocal risc os one */
unix_path = __unixify(canonical_path, __RISCOSIFY_NO_REVERSE_SUFFIX, NULL, 0, 0);
if (unix_path == NULL) {