summaryrefslogtreecommitdiff
path: root/doc/devblog/day_9__Friday_the_13th.mdwn
diff options
context:
space:
mode:
authorGravatar Richard Hartmann <richih@debian.org>2013-11-25 21:40:19 +0100
committerGravatar Richard Hartmann <richih@debian.org>2013-11-25 21:40:19 +0100
commitb8e9e2a1d2556ce0628e451717af665d59a204ef (patch)
treeff76b245774bac3fcc654284b3f26e12b75370a2 /doc/devblog/day_9__Friday_the_13th.mdwn
parent59f2984911e5761c3d7cc6b2c9ed3deb58a62a74 (diff)
doc: perl -p -i -e s/certianly/certainly/
Diffstat (limited to 'doc/devblog/day_9__Friday_the_13th.mdwn')
-rw-r--r--doc/devblog/day_9__Friday_the_13th.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devblog/day_9__Friday_the_13th.mdwn b/doc/devblog/day_9__Friday_the_13th.mdwn
index b8fe4bc19..77d9039eb 100644
--- a/doc/devblog/day_9__Friday_the_13th.mdwn
+++ b/doc/devblog/day_9__Friday_the_13th.mdwn
@@ -10,7 +10,7 @@ But, I got distracted chasing down some bugs on Windows. These were
quite ugly; more direct mode mapping breakage which resulted in
files not being accessible. Also fsck on Windows failed to detect and fix
the problem. All fixed now. (If you use git-annex on Windows, you should
-certianly upgrade and run `git annex fsck`.)
+certainly upgrade and run `git annex fsck`.)
As with most bugs in the Windows port, the underlying cause turned out to
be stupid: `isSymlink` always returned False on Windows. Which makes sense