summaryrefslogtreecommitdiff
path: root/atari/findfile.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-02-25 23:24:02 +0000
committerOle Loots <ole@monochrom.net>2011-02-25 23:24:02 +0000
commit0c992d61b93602c7f788992ec86a6bd19749e1c2 (patch)
tree1a28321f37ff23b8f3d268e3f1ff5b22214700f2 /atari/findfile.c
parent4ee38c563af71a9c70504dc989f1baaf7b0990e1 (diff)
downloadnetsurf-0c992d61b93602c7f788992ec86a6bd19749e1c2.tar.gz
netsurf-0c992d61b93602c7f788992ec86a6bd19749e1c2.tar.bz2
typo
svn path=/trunk/netsurf/; revision=11812
Diffstat (limited to 'atari/findfile.c')
-rwxr-xr-xatari/findfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/findfile.c b/atari/findfile.c
index 33af88a64..da44ab5e4 100755
--- a/atari/findfile.c
+++ b/atari/findfile.c
@@ -58,7 +58,7 @@ char *url_to_path(const char *url)
if( atari_sysinfo.gdosversion > TOS4VER ) {
path = strdup(url_path + (FILE_SCHEME_PREFIX_LEN - 1));
} else {
- /* do not include / within ulr_path */
+ /* do not include / within url_path */
path = strdup(url_path + (FILE_SCHEME_PREFIX_LEN));
int l = strlen(path);
int i;