summaryrefslogtreecommitdiff
path: root/doc/design/assistant
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-12 17:42:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-12 17:42:02 -0400
commit31fe951a48241c501b24435db30d98e38932818b (patch)
treef8b0b71f4e3a5e61ff7c6d3ce97c6eda3196d89d /doc/design/assistant
parent12fe9d4f58772ba3d3ecbc7c0c112e1fbc94ecd0 (diff)
parent3ec54f52c88dcc586d652e19383c5cabb8418e42 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/design/assistant')
-rw-r--r--doc/design/assistant/blog/day_261__Windows_first_stage_complete.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/assistant/blog/day_261__Windows_first_stage_complete.mdwn b/doc/design/assistant/blog/day_261__Windows_first_stage_complete.mdwn
index d77772d4d..8107336f0 100644
--- a/doc/design/assistant/blog/day_261__Windows_first_stage_complete.mdwn
+++ b/doc/design/assistant/blog/day_261__Windows_first_stage_complete.mdwn
@@ -14,7 +14,7 @@ The things that are most problimatic so far:
really horrible dotfile type locking in the Windows code paths, but I
don't trust it at all of course.
* There is, apparently, no way to set an environment variable in Windows
- from Haskell. It is only possible to set up a new processes's environment
+ from Haskell. It is only possible to set up a new process' environment
before starting it. Luckily most of the really crucial environment
variable stuff in git-annex is of this latter sort, but there were
a few places I had to stub out code that tries to manipulate git-annex's