Fix typos in megamount (#89)

This commit is contained in:
Giovanni Saponaro 2017-05-04 12:48:18 +01:00 committed by Kevin van Zonneveld
parent 9f3aa6ead9
commit eac5ad8022
3 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,7 @@ Released: TBA.
[Diff](https://github.com/kvz/bash3boilerplate/compare/v2.3.0...master).
- [ ] Upgrade to `lanyon@0.0.55`
- [x] Fix typos in megamount (thanks @gsaponaro)
## v2.3.0

View File

@ -162,6 +162,7 @@ We are looking for endorsements! Are you also using b3bp? [Let us know](https://
- [@skanga](https://github.com/skanga) (feedback)
- [galaktos](https://www.reddit.com/user/galaktos) (feedback)
- [@moviuro](https://github.com/moviuro) (feedback)
- [Giovanni Saponaro](https://github.com/gsaponaro) (feedback)
## License

View File

@ -4,8 +4,8 @@
# This file:
#
# - Takes a URL (smb, nfs, afs) and tries to mount it at a given target directory
# - Forceully unmounts any active mount at the target directory first
# - Displays the mounts contents for verification
# - Forcefully unmounts any active mount at the target directory first
# - Displays the mount's contents for verification
#
# Depends on:
#