# HG changeset patch # User Richard Russon (flatcap) # Date 1334970764 -3600 # Node ID f2402a8d6d5cea2d0fa4e7694d689eea8746af92 # Parent ee7e65e9658e25af8affe00eb58d087e8e55dd4f Correct a few "lets" that should have been "let's" diff -r ee7e65e9658e -r f2402a8d6d5c chapters/07.markdown --- a/chapters/07.markdown Sun Apr 08 15:34:54 2012 -0400 +++ b/chapters/07.markdown Sat Apr 21 02:12:44 2012 +0100 @@ -19,7 +19,7 @@ Editing Mapping --------------- -Lets add a mapping that will open our `~/.vimrc` file in a split so we can edit +Let's add a mapping that will open our `~/.vimrc` file in a split so we can edit it and get back to coding. Run this command: :::vim diff -r ee7e65e9658e -r f2402a8d6d5c chapters/09.markdown --- a/chapters/09.markdown Sun Apr 08 15:34:54 2012 -0400 +++ b/chapters/09.markdown Sat Apr 21 02:12:44 2012 +0100 @@ -20,7 +20,7 @@ after the `j`, Vim decides that you don't want to activate the mapping and instead runs the normal `j` functionality (moving down a line). -This mapping will make it painful to move around our file, so lets remove it. +This mapping will make it painful to move around our file, so let's remove it. Run the following command: :::vim diff -r ee7e65e9658e -r f2402a8d6d5c chapters/16.markdown --- a/chapters/16.markdown Sun Apr 08 15:34:54 2012 -0400 +++ b/chapters/16.markdown Sat Apr 21 02:12:44 2012 +0100 @@ -24,7 +24,7 @@ This is some text about topic two. It has only one paragraph. The lines "underlined" with `=` characters are treated as heading by Markdown. -Lets create some mappings that let us target headings with movements. Run the +Let's create some mappings that let us target headings with movements. Run the following command: :::vim diff -r ee7e65e9658e -r f2402a8d6d5c chapters/32.markdown --- a/chapters/32.markdown Sun Apr 08 15:34:54 2012 -0400 +++ b/chapters/32.markdown Sat Apr 21 02:12:44 2012 +0100 @@ -74,7 +74,7 @@ If you've read `:help grep` this should be pretty easy to understand. We've looked at lots of mappings before, and there's nothing new here. -Obviously we're not done yet, so lets refine this mapping until it meets our +Obviously we're not done yet, so let's refine this mapping until it meets our simplified goal. The Search Term diff -r ee7e65e9658e -r f2402a8d6d5c chapters/45.markdown --- a/chapters/45.markdown Sun Apr 08 15:34:54 2012 -0400 +++ b/chapters/45.markdown Sat Apr 21 02:12:44 2012 +0100 @@ -59,7 +59,7 @@ don't need to know about individual languages. Potion has a bunch of other keywords that we haven't used in our toy program, so -lets edit our syntax file to highlight those too: +let's edit our syntax file to highlight those too: :::vim syntax keyword potionKeyword loop times to while