diff options
author | Richard Hartmann <richih.mailinglist@gmail.com> | 2013-02-25 12:38:21 +0100 |
---|---|---|
committer | Richard Hartmann <richih.mailinglist@gmail.com> | 2013-02-25 12:38:21 +0100 |
commit | ffbc61e395708b6c0ebc3ba84714d466a09aee96 (patch) | |
tree | 7faa00f0009d4f4532ed744cc1b739ebd4088dfb | |
parent | 931712b85e4973833bdb1e28318b038badbbc009 (diff) |
Typos
-rw-r--r-- | doc/design/assistant/blog/day_196__android_bugfixes.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/design/assistant/blog/day_196__android_bugfixes.mdwn b/doc/design/assistant/blog/day_196__android_bugfixes.mdwn index a0e9633d4..a78853f93 100644 --- a/doc/design/assistant/blog/day_196__android_bugfixes.mdwn +++ b/doc/design/assistant/blog/day_196__android_bugfixes.mdwn @@ -4,7 +4,7 @@ Only report of 100% failure so far is on Cyanogenmod 7.2 (Android 2.3.7). Worked today on some of the obvious bugs. * Turns out that getEnvironment is broken on Android, returning no - environment, which explains the weird git beheavior where it complains + environment, which explains the weird git behavior where it complains that it cannot determine the username and email (because it sees no USER or HOST), and suggests setting them in the global git config (which it ignores, because it sees no HOME). Put in a work around for this @@ -17,7 +17,7 @@ Worked today on some of the obvious bugs. * Enabled a few useful things in busybox. Including vi. * Replaced the service notification icon with one with the git-annex logo. * Made the terminal not close immediately when the shell exits, which - should aid in debugging of certian types of crashes. + should aid in debugging of certain types of crashes. I want to set up an autobuilder for Android, but to do that I need to install all the haskell libraries on my server. Since getting them built |