summaryrefslogtreecommitdiff
path: root/doc/devblog
diff options
context:
space:
mode:
authorGravatar edward <edward@web>2016-10-13 21:16:59 +0000
committerGravatar admin <admin@branchable.com>2016-10-13 21:16:59 +0000
commitc63f17551685b465911a4ae7d85ee73011ea40bc (patch)
treed1ef551ef4421e931ff8cbfc42b0fdfa6aaf2281 /doc/devblog
parentac598ce29a0dfe37c730b2d21d92d4c5b93da9ad (diff)
fix typo
Diffstat (limited to 'doc/devblog')
-rw-r--r--doc/devblog/day_420__delayed_debugging.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devblog/day_420__delayed_debugging.mdwn b/doc/devblog/day_420__delayed_debugging.mdwn
index 50c42965e..8ab3ecd97 100644
--- a/doc/devblog/day_420__delayed_debugging.mdwn
+++ b/doc/devblog/day_420__delayed_debugging.mdwn
@@ -7,7 +7,7 @@ Finally got back to that today. Luckily, I *was* able to reproduce the bug
using felix's repo. The bug only occurs when there's a change deep in a
tree of an adjusted branch, and not always then. After staring at it for a
couple of hours, I finally found the problem; a modification flag was not
-getting propigated in this case, and some changes made deep in the tree
+getting propagated in this case, and some changes made deep in the tree
were not getting included into parent trees.
So, I think I've fixed it, but need to look at it some more to be sure, and