aboutsummaryrefslogtreecommitdiff
path: root/filesystem/mountpoint.go
diff options
context:
space:
mode:
authorDeepesh Pathak <deepshpathak@gmail.com>2018-09-02 01:17:27 +0530
committerDeepesh Pathak <deepshpathak@gmail.com>2018-09-02 01:17:27 +0530
commitf270dfadb9af9e81ae4c884a3ea45ca4618a7a05 (patch)
treef54c9498224727db334d2e9b2b5bc0707838da67 /filesystem/mountpoint.go
parent0f451a722918f39fa07bd9337e4a14ca154b13ae (diff)
feat(spell-check): add make command for spell check.
* Remove spelling mistakes in the repository * Add travis script to check for typos. * Add command to Makefile to check for typos. * Fixes #71
Diffstat (limited to 'filesystem/mountpoint.go')
-rw-r--r--filesystem/mountpoint.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystem/mountpoint.go b/filesystem/mountpoint.go
index 12016dd..991a573 100644
--- a/filesystem/mountpoint.go
+++ b/filesystem/mountpoint.go
@@ -207,7 +207,7 @@ func GetMount(mountpoint string) (*Mount, error) {
// getMountsFromLink returns the Mount objects which match the provided link.
// This link if formatted as a tag (e.g. <token>=<value>) similar to how they
// apprear in "/etc/fstab". Currently, only "UUID" tokens are supported. Note
-// that this can match multiple Mounts (due to the existance of bind mounts). An
+// that this can match multiple Mounts (due to the existence of bind mounts). An
// error is returned if the link is invalid or we cannot load the required mount
// data. If a filesystem has been updated since the last call to one of the
// mount functions, run UpdateMountInfo to see the change.