summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Richard Hartmann <richih.mailinglist@gmail.com>2013-05-28 09:10:06 +0200
committerGravatar Richard Hartmann <richih.mailinglist@gmail.com>2013-05-28 09:10:06 +0200
commit634cf8c7d4199611c478420438313e865dd1c1c9 (patch)
treeddadee7be82b002a2187611e64b12e8b2b80daf4
parent4ccb2cc79bd6a976f365b83ce79356461f96d193 (diff)
Typos
-rw-r--r--doc/design/assistant/blog/day_276__fuzzing_continues.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/design/assistant/blog/day_276__fuzzing_continues.mdwn b/doc/design/assistant/blog/day_276__fuzzing_continues.mdwn
index 57f26bc35..d6fc88b05 100644
--- a/doc/design/assistant/blog/day_276__fuzzing_continues.mdwn
+++ b/doc/design/assistant/blog/day_276__fuzzing_continues.mdwn
@@ -1,12 +1,12 @@
The fuzz testing found a file descriptor leak in the XMPP git push code.
The assistant seems to hold up under fuzzing for quite a while now.
-Have started trying to workaround some versions of Android not letting
-the `am` command be used by regular users to open a web browser on an url.
+Have started trying to work around some versions of Android not letting
+the `am` command be used by regular users to open a web browser on an URL.
Here is my current crazy plan: Hack the terminal emulator's title setting
-code, to get a new escape sequence that requests an url be opened. This
+code, to get a new escape sequence that requests an URL be opened. This
assumes I can just use `startActivity()` from inside the app and it will
work. This may sound a little weird, but it avoids me needing to set up a
-new communications channel from the assistant to the java app. Best of all,
+new communications channel from the assistant to the Java app. Best of all,
I have to write very little Java code. I last wrote Java code in 1995, so
writing much more is probably a good thing to avoid.