# HG changeset patch
# User Chip Hogg <charles.r.hogg@gmail.com>
# Date 1346025536 14400
# Node ID ac0cc7bd738f8a6c1fb8b278797eb065648c35ed
# Parent  7a638cd48d4895b9d6bfe6b5a0c33c80d4bbd634
Fix typo

diff -r 7a638cd48d48 -r ac0cc7bd738f chapters/17.markdown
--- 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.