# HG changeset patch # User Robert McIntyre # Date 1319631196 25200 # Node ID 6ef9ccf7a17ee7b2111ac985dd645ad4b48a3eb2 # Parent 7d7f76b78e336d4a4287427bce32a3a233c72204 fixed critical english bug diff -r 7d7f76b78e33 -r 6ef9ccf7a17e auto-weave.pl --- a/auto-weave.pl Tue Oct 25 08:12:00 2011 -0700 +++ b/auto-weave.pl Wed Oct 26 05:13:16 2011 -0700 @@ -20,7 +20,7 @@ $inotify->watch ($_, IN_MODIFY, sub { print ("IGNORE : $ignore_next\n"); - # ok, for some reason this get's called exactly + # ok, for some reason this gets called exactly # twice every time the file is saved from emacs. # so ignore every other invocation. if ($ignore_next) {