shithub: jirafs

Download patch

ref: 97e4fb2bfa43223c4baa518b49b49e9be5a7220d
parent: 6e0cd7b90774e790ae98279d776676d9fada042b
author: Romano <dromano@intellisurvey.com>
date: Tue Feb 12 16:53:58 EST 2019

fix typo

--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@
 
 These issues are due to v9fs not getting much use as a "normal" 9P client, but let's change that!
 
-On MacOSX, you can use plan9port and 9pfuse. First install [FUSE for macOS](https://osxfuse.github.io/). Then install [plan9port](https://9fans.github.io/plan9port/). You can then use 9pfuse to mount. Beware, however, that stock 'ls' on MacOSX won't work to show the avaiable directory files--you have to use '9 ls', '9 lc' etc.
+On MacOSX, you can use plan9port and 9pfuse. First install [FUSE for macOS](https://osxfuse.github.io/). Then install [plan9port](https://9fans.github.io/plan9port/). You can then use 9pfuse to mount. Beware, however, that stock 'ls' on MacOSX won't work to show the available directory files--you have to use '9 ls', '9 lc' etc.
 ```plain
 cd jirafs; go build; ./jirafs -pass -url=https://jira.example.com
 # then after entering credentials, open another terminal in the parent directory you want for accessing JIRA: