From 97ea42a9db370575dd39e3be95e66f6f42b86164 Mon Sep 17 00:00:00 2001 From: Justin SB Date: Fri, 4 Dec 2020 11:47:17 -0500 Subject: [PATCH] Fix small typo in code comment --- pkg/volumes/azure/volumes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/volumes/azure/volumes.go b/pkg/volumes/azure/volumes.go index cf514beb..8d9bcaa4 100644 --- a/pkg/volumes/azure/volumes.go +++ b/pkg/volumes/azure/volumes.go @@ -183,7 +183,7 @@ func (a *AzureVolumes) findLocalDevice(disk *compute.Disk) (string, error) { return dev, nil } -// FindMountedVolume returns the device name of tghe mounted volume. +// FindMountedVolume returns the device name of the mounted volume. func (a *AzureVolumes) FindMountedVolume(volume *volumes.Volume) (string, error) { dev := volume.LocalDevice