summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2009-03-06 18:35:40 +0000
committerJeremy Henty <onepoint@starurchin.org>2009-03-06 18:35:40 +0000
commit133f149632a5b0b4671c0394e8bb4950abd01a74 (patch)
tree05c31902186247bdf48817f0ab2dc9fa7c1380c2
parentfa2c1752a10a86b52e4cead93843616fba44346a (diff)
[mq]: fix-Nav_save_scroll_pos-typo
-rw-r--r--src/nav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nav.c b/src/nav.c
index 04e9705d..36bf6b46 100644
--- a/src/nav.c
+++ b/src/nav.c
@@ -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)