diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-24 13:29:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-24 13:29:41 -0400 |
commit | 0196e1f9fcfebbf904e59c029e494cb2186793e6 (patch) | |
tree | b153342d429adc6e6b51e263da025d447af7d446 /IkiWiki/Plugin/git.pm | |
parent | fbcb8553df1f6150f2cfb2fd5d81a65e93074ac5 (diff) | |
download | ikiwiki-0196e1f9fcfebbf904e59c029e494cb2186793e6.tar ikiwiki-0196e1f9fcfebbf904e59c029e494cb2186793e6.tar.gz |
updates
Diffstat (limited to 'IkiWiki/Plugin/git.pm')
-rw-r--r-- | IkiWiki/Plugin/git.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/git.pm b/IkiWiki/Plugin/git.pm index e565f6369..3a8476e7d 100644 --- a/IkiWiki/Plugin/git.pm +++ b/IkiWiki/Plugin/git.pm @@ -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; |