# HG changeset patch # User Steve Losh # Date 1337272702 14400 # Node ID a496fc2f09cb4664660f831d69e7cf5f8ef70923 # Parent ee7e65e9658e25af8affe00eb58d087e8e55dd4f Fix typo (thanks, Karan Mistry) diff -r ee7e65e9658e -r a496fc2f09cb chapters/28.markdown --- a/chapters/28.markdown Sun Apr 08 15:34:54 2012 -0400 +++ b/chapters/28.markdown Thu May 17 12:38:22 2012 -0400 @@ -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