Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #381 from justinsb/fix_typo
Browse files Browse the repository at this point in the history
Fix small typo in code comment
  • Loading branch information
justinsb authored Dec 5, 2020
2 parents d9e2d0f + 97ea42a commit 92be11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/volumes/azure/volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 92be11a

Please sign in to comment.