Typo.
authorparhuzamos <parhuzamos@web>
Fri, 27 Nov 2015 14:27:06 +0000 (14:27 +0000)
committeradmin <admin@branchable.com>
Fri, 27 Nov 2015 14:27:06 +0000 (14:27 +0000)
doc/forum/Manipulate_a_git-annex_repo_from_an_Android_app.mdwn

index 7414faab54133f4d8a7abf84078e7bbbcd11f997..bafd5d9e9b6695e6cd10e7c91ed22af263dda2da 100644 (file)
@@ -10,7 +10,7 @@ shell@jfltexx:/storage/sdcard1/repo $ /data/data/ga.androidterm/lib/lib.git-anne
 lib.git-annex.so: git: createProcess: runInteractiveProcess: exec: permission denied (Permission denied)
 ```
 
-Question 1: How should I set up the permissions to be able to sucessfully run any git-annex command from my (non-commercial, private) Android app?
+Question 1: How should I set up the permissions to be able to successfully run any git-annex command from my (non-commercial, private) Android app?
 
 Question 2: What if I include all the git-annex binaries in my app as a resource and write them to disk after install and execute them? (Permissions should work.)