diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-07 23:15:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-07 23:15:43 -0400 |
commit | 9e6a4ccfddab3fc90ac8ce63522047fe85aeefcd (patch) | |
tree | d762f79bf34122e7b33a226237272383434e8f8d /IkiWiki | |
parent | 939885d5563129b69d9019f11e931a65141f01f8 (diff) | |
download | ikiwiki-9e6a4ccfddab3fc90ac8ce63522047fe85aeefcd.tar ikiwiki-9e6a4ccfddab3fc90ac8ce63522047fe85aeefcd.tar.gz |
amazon s3 support implemented and kinda working
pruning not yet implemented, however
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Render.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index 959279fc8..8591731dc 100644 --- a/IkiWiki/Render.pm +++ b/IkiWiki/Render.pm @@ -214,7 +214,7 @@ sub render ($) { #{{{ if (link($srcfile, $config{destdir}."/".$file)) { return; } - # if hardlink fails, fall back top copying + # if hardlink fails, fall back to copying } my $srcfd=readfile($srcfile, 1, 1); |