summaryrefslogtreecommitdiff
path: root/doc/devblog/day_35__anacron_and_bugfixing.mdwn
diff options
context:
space:
mode:
authorGravatar Edward Betts <edward@4angle.com>2017-02-11 09:38:49 +0000
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-12 17:30:23 -0400
commitc6e4dcca673841f29449c8c2bf85fa41b31da12f (patch)
treea0e16f9c52f6690be527044031607d97fae7d706 /doc/devblog/day_35__anacron_and_bugfixing.mdwn
parentf765752568381ca2f003c08e9601fb2b5c397b5b (diff)
correct spelling mistakes
Diffstat (limited to 'doc/devblog/day_35__anacron_and_bugfixing.mdwn')
-rw-r--r--doc/devblog/day_35__anacron_and_bugfixing.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/devblog/day_35__anacron_and_bugfixing.mdwn b/doc/devblog/day_35__anacron_and_bugfixing.mdwn
index af021d576..dc8fbb628 100644
--- a/doc/devblog/day_35__anacron_and_bugfixing.mdwn
+++ b/doc/devblog/day_35__anacron_and_bugfixing.mdwn
@@ -3,13 +3,13 @@ one more feature to it today: Full anacron style scheduling. So a fsck can
be scheduled to run once per week, or month, or year, and it'll run the
fsck the next time it's available after that much time has passed. The nice
thing about this is I didn't have to change Cronner *at all* to add this,
-just improved the Recurrance data type and the code that calculates when
+just improved the Recurrence data type and the code that calculates when
to run events.
Rest of the day I've been catching up on some bug reports. The main bug I
fixed caused git-annex on Android to hang when adding files. This turns out
to be because it's using a new (unreleased) version of git, and
-`git check-attr -z` output format has changed in an incompatable way.
+`git check-attr -z` output format has changed in an incompatible way.
I am currently 70 messages behind, which includes some ugly looking bug
reports, so I will probably continue with this over the next couple days.