Skip to content

Commit

Permalink
fix: correct some typo
Browse files Browse the repository at this point in the history
Signed-off-by: James Lu <[email protected]>
  • Loading branch information
mantissahz committed Mar 4, 2024
1 parent 3182589 commit 1f642a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ const (
// For lock mechanism, please refer to: https://github.com/longhorn/longhorn/blob/master/enhancements/20200701-backupstore-file-locks.md#proposal
// Currently the lock file is stored in each BackupVolume folder.
// For BackingImage Lock it is also stored there with the folder name "BACKINGIMAGE" defined here.
// To prevent Longhorn from accidently considering it as another normal BackupVolume,
// we use upppercase here so it will be filtered out when listing.
// To prevent Longhorn from accidentally considering it as another normal BackupVolume,
// we use uppercase here so it will be filtered out when listing.
BackupBackingImageLockName = "BACKINGIMAGE"
)

Expand Down

0 comments on commit 1f642a5

Please sign in to comment.