Pārlūkot izejas kodu

doc: Correct typo in doc comments for volume/mounts/mounts/MountPoint

Signed-off-by: Jeongseok Kang <piono623@naver.com>
Jeongseok Kang 1 gadu atpakaļ
vecāks
revīzija
36dd2f029f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      volume/mounts/mounts.go

+ 1 - 1
volume/mounts/mounts.go

@@ -61,7 +61,7 @@ type MountPoint struct {
 	// This should be set by calls to `Mount` and unset by calls to `Unmount`
 	ID string `json:",omitempty"`
 
-	// Sepc is a copy of the API request that created this mount.
+	// Spec is a copy of the API request that created this mount.
 	Spec mounttypes.Mount
 
 	// Some bind mounts should not be automatically created.