updated for version 7.1b
diff --git a/src/mark.c b/src/mark.c
index 8a3d108..764ad36 100644
--- a/src/mark.c
+++ b/src/mark.c
@@ -215,7 +215,7 @@
 
 	/*
 	 * if first CTRL-O or CTRL-I command after a jump, add cursor position
-	 * to list.  Careful: If there are duplicates (CTRL-O immidiately after
+	 * to list.  Careful: If there are duplicates (CTRL-O immediately after
 	 * starting Vim on a file), another entry may have been removed.
 	 */
 	if (curwin->w_jumplistidx == curwin->w_jumplistlen)