aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Richard Hartmann <richih.mailinglist@gmail.com>2013-06-01 22:52:57 +0200
committerGravatar Richard Hartmann <richih.mailinglist@gmail.com>2013-06-01 22:52:57 +0200
commit5cef92e5f49e419fceefa5199e5f5cb6516eb38f (patch)
tree0b26e1d60c4da007b920f58aa7753c0140a90eb9
parent9f3d7cf218a1ee5c517c323c5c2be6d7a7f2fb0c (diff)
Typo, grammar, and HTML caret
-rw-r--r--doc/design/assistant/blog/day_279__final_release_prep.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/design/assistant/blog/day_279__final_release_prep.mdwn b/doc/design/assistant/blog/day_279__final_release_prep.mdwn
index 8028d3a79..f209c1ccb 100644
--- a/doc/design/assistant/blog/day_279__final_release_prep.mdwn
+++ b/doc/design/assistant/blog/day_279__final_release_prep.mdwn
@@ -1,14 +1,14 @@
Landed two final changes before the release..
First, made git-annex detect if any of the several long-running git process
-it talks to have died, and restart them. My stress test is reliably able to
-get at least `git cat-file` to crash, and while I don't know why (and
+it talks to have died, and, if yes, restart them. My stress test is reliably
+able to get at least `git cat-file` to crash, and while I don't know why (and
obviously should follow up by getting a core dump and stack trace of it),
the assistant needs to deal with this to be robust.
-Secondly, wrote rather a lot of java code to better open the web browser
-when the Android app is started. A thread listens for urls to be written to
-a fifo. Creating a fifo from fortran^Wjava code is .. interesting. Glad to
+Secondly, wrote rather a lot of Java code to better open the web browser
+when the Android app is started. A thread listens for URLs to be written to
+a FIFO. Creating a FIFO from fortran&#94;Wjava code is .. interesting. Glad to
see the back of the `am` command; it did me no favors.
AFK