Skip to content

Commit

Permalink
tbs: couple of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Preminger committed Sep 18, 2023
1 parent 4f53e79 commit aecd206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/pkg/util/fs/fuse/fuse_mount_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ type ImageMount struct {
// values in pkg/image)
Type int

// UID is the value to pass to the uid option when mouting
// UID is the value to pass to the uid option when mounting
UID int

// GID is the value to pass to the gid option when mouting
// GID is the value to pass to the gid option when mounting
GID int

// Readonly represents whether this is a Readonly overlay
Expand Down

0 comments on commit aecd206

Please sign in to comment.