diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2009-03-06 18:35:40 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2009-03-06 18:35:40 +0000 |
commit | 133f149632a5b0b4671c0394e8bb4950abd01a74 (patch) | |
tree | 05c31902186247bdf48817f0ab2dc9fa7c1380c2 /src | |
parent | fa2c1752a10a86b52e4cead93843616fba44346a (diff) |
[mq]: fix-Nav_save_scroll_pos-typo
Diffstat (limited to 'src')
-rw-r--r-- | src/nav.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ static void Nav_save_scroll_pos(BrowserWindow *bw, int idx, int posx, int posy) } /* - * Remove equal adyacent URLs at the top of the stack. + * Remove equal adjacent URLs at the top of the stack. * (It may happen with redirections) */ static void Nav_stack_clean(BrowserWindow *bw) |