pop3: Small consistency tidy up
authorSteve Holme <steve_holme@hotmail.com>
Sat, 13 Apr 2013 15:11:55 +0000 (16:11 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 13 Apr 2013 15:16:23 +0000 (16:16 +0100)
lib/pop3.h

index 5fd4b24..d594f6c 100644 (file)
@@ -72,7 +72,7 @@ struct pop3_conn {
                              have been received so far */
   size_t strip;           /* Number of bytes from the start to ignore as
                              non-body */
-  unsigned int authtypes; /* Supported authentication types */
+  unsigned int authtypes; /* Accepted authentication types */
   unsigned int authmechs; /* Accepted SASL authentication mechanisms */
   unsigned int preftype;  /* Preferred authentication type */
   unsigned int prefmech;  /* Preferred SASL authentication mechanism */