Skip to content

Commit db1147f

Browse files
fix misspell (#308)
1 parent 5c47bd4 commit db1147f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/secret/secret.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func DecodeAsUtf16(cipherText string, passwordEncryption string) []byte {
9393
}
9494

9595
// EncryptionMethodsForUsage return the encryption methods for the current
96-
// OS as comma seperated string for use in help text
96+
// OS as comma separated string for use in help text
9797
func EncryptionMethodsForUsage() string {
9898
return strings.Join(encryptionMethods, ", ")
9999
}

0 commit comments

Comments
 (0)