changeset 15:6ef9ccf7a17e

fixed critical english bug
author Robert McIntyre <rlm@mit.edu>
date Wed, 26 Oct 2011 05:13:16 -0700
parents 7d7f76b78e33
children f433fae15c50
files auto-weave.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/auto-weave.pl	Tue Oct 25 08:12:00 2011 -0700
     1.2 +++ b/auto-weave.pl	Wed Oct 26 05:13:16 2011 -0700
     1.3 @@ -20,7 +20,7 @@
     1.4  $inotify->watch ($_, IN_MODIFY, sub 
     1.5  {
     1.6      print ("IGNORE : $ignore_next\n");
     1.7 -    # ok, for some reason this get's called exactly 
     1.8 +    # ok, for some reason this gets called exactly 
     1.9      # twice every time the file is saved from emacs.
    1.10      # so ignore every other invocation.
    1.11      if ($ignore_next) {