Fix typo. Remove space that shouldn't be there.
    
        | author | Richard Cheng <rcheng@neuratron.com> | 
    
        | date | Tue, 17 Apr 2012 15:51:29 +0100 | 
    
    
        | parents | cf9864ab3854 | 
    
        | children | 965a6874086b | 
    
        | branches/tags | (none) | 
    
        | files | chapters/32.markdown | 
Changes
    
--- a/chapters/32.markdown	Tue Apr 17 10:24:45 2012 +0100
+++ b/chapters/32.markdown	Tue Apr 17 15:51:29 2012 +0100
@@ -69,7 +69,7 @@
 command:
 
     :::vim
-    :nnoremap <leader> g :grep -R something .<cr>
+    :nnoremap <leader>g :grep -R something .<cr>
 
 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.