]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/git.pm
updates
[ikiwiki.git] / IkiWiki / Plugin / git.pm
index e565f63691cfd09935338f33e6734a41b313f660..3a8476e7d24444531f733b6b2b2ae64ce7d8105b 100644 (file)
@@ -619,7 +619,7 @@ sub rcs_receive () { #{{{
                
                # Avoid chdir when running git here, because the changes
                # are in the master git repo, not the srcdir repo.
-               # The pre-recieve hook already puts us in the right place.
+               # The pre-receive hook already puts us in the right place.
                $no_chdir=1;
                my @changes=git_commit_info($oldrev."..".$newrev);
                $no_chdir=0;