lib/net/imap/flags.rb in net-imap-0.4.10 vs lib/net/imap/flags.rb in net-imap-0.4.12

- old
+ new

@@ -69,10 +69,10 @@ # attributes as symbols, without the <tt>"\"</tt> prefix. # # Mailbox name attributes are not case-sensitive. <em>The current # implementation</em> normalizes mailbox attribute case using # String#capitalize, such as +:Noselect+ (not +:NoSelect+). The constants - # (such as NO_SELECT) can also be used for comparison. The contants have + # (such as NO_SELECT) can also be used for comparison. The constants have # been defined both with and without underscores between words. # # <em>The descriptions here were copied from</em> {[RFC-9051 ยง # 7.3.1]}[https://www.rfc-editor.org/rfc/rfc9051.html#section-7.3.1]. #