ac0cc7bd738f

Fix typo
[view raw] [browse files]
author Chip Hogg <charles.r.hogg@gmail.com>
date Sun, 26 Aug 2012 19:58:56 -0400
parents 7a638cd48d48
children 8825c740bb7c
branches/tags (none)
files chapters/17.markdown

Changes

--- a/chapters/17.markdown	Sat Jun 16 16:25:45 2012 -0400
+++ b/chapters/17.markdown	Sun Aug 26 19:58:56 2012 -0400
@@ -60,7 +60,7 @@
     :::vim
     :set statusline=%4l
 
-The line number in the status line will now be proceeded by enough spaces to
+The line number in the status line will now be preceded by enough spaces to
 make it at least four characters wide (for example: "  12").  This can be useful
 to prevent the text in the status line from shifting around distractingly.