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
This commit is contained in:
Sebastiaan van Stijn 2024-01-15 10:44:47 +01:00 committed by GitHub
commit 770271d98f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.