소스 검색

Merge pull request #47075 from rapsealk/docs/doc-comments-on-volume-mounts-mountpoint-spec

doc: Correct typo in doc comments for volume/mounts/mounts/MountPoint
Sebastiaan van Stijn 1 년 전
부모
커밋
770271d98f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.