Skip to content

Commit e182844

Browse files
committed
transaction: Fix typo in conversation doc
1 parent 61621ce commit e182844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transaction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const success = C.PAM_SUCCESS
1919
// Style is the type of message that the conversation handler should display.
2020
type Style int
2121

22-
// Coversation handler style types.
22+
// Conversation handler style types.
2323
const (
2424
// PromptEchoOff indicates the conversation handler should obtain a
2525
// string without echoing any text.

0 commit comments

Comments
 (0)