mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
spelling: mount
This commit is contained in:
@@ -26,7 +26,7 @@ func FindCgroupMountpointDir() (string, error) {
|
||||
return mount, nil
|
||||
}
|
||||
|
||||
// Fingerprint tries to find a valid cgroup moint point
|
||||
// Fingerprint tries to find a valid cgroup mount point
|
||||
func (f *CGroupFingerprint) Fingerprint(req *cstructs.FingerprintRequest, resp *cstructs.FingerprintResponse) error {
|
||||
mount, err := f.mountPointDetector.MountPoint()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user