diff options
Diffstat (limited to 'git-arr')
-rwxr-xr-x | git-arr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -380,7 +380,7 @@ def generate(output, skip_index = False): # To avoid regenerating files that have not changed, we will # instruct write_to() to set their mtime to the branch's committer - # date, and then compare against it to decide wether or not to + # date, and then compare against it to decide whether or not to # write. branch_mtime = r.commit(bn).committer_date.epoch |