# HG changeset patch # User Steve Losh # Date 1335274197 -3600 # Node ID f1a0e62bbfbf54806124b7880887411af5dfccb0 # Parent 17ece76ba98a078e5a1e88f9c23270a1c3b6634e Typo. diff -r 17ece76ba98a -r f1a0e62bbfbf chapters/28.markdown --- a/chapters/28.markdown Sun Apr 22 13:36:33 2012 +0100 +++ b/chapters/28.markdown Tue Apr 24 14:29:57 2012 +0100 @@ -45,7 +45,7 @@ Contrast this with other languages, where programs constantly take input from untrusted users. Vim is a unique environment where the normal security concerns -simple aren't common. +simply aren't common. The second reason is that because Vimscript has sometimes arcane and tricky syntax, `execute` is often the easiest, most straightforward way to get