Skip to content

Commit

Permalink
Merge pull request #36 from derektamsen/fix-spelling-comment-luks
Browse files Browse the repository at this point in the history
fix spelling of comment in luks package
  • Loading branch information
derektamsen authored Jun 27, 2019
2 parents b9ccca9 + 17c70e7 commit 9ac1594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luks/luks.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (luksDevice *Settings) changePassword() (int, error) {
return changePassRes, nil
}

// format uses libcryptsetup device format method. This primarly used by tests
// format uses libcryptsetup device format method. This primarily used by tests
// to create a virtual luks disk for testing
func (luksDevice *Settings) format() (int, error) {
cHash := C.CString("sha256")
Expand Down

0 comments on commit 9ac1594

Please sign in to comment.