Skip to content

Commit

Permalink
imap: fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Oct 16, 2016
1 parent 2945536 commit 93c0abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const InboxName = "INBOX"

// Returns the canonical form of a mailbox name. Mailbox names can be
// case-sensitive or case-insensitive depending on the backend implementation.
// The spacial INBOX mailbox is case-insensitive.
// The special INBOX mailbox is case-insensitive.
func CanonicalMailboxName(name string) string {
if strings.ToUpper(name) == InboxName {
return InboxName
Expand Down

0 comments on commit 93c0abf

Please sign in to comment.