This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push:
new 08321f0 Typo
08321f0 is described below
commit 08321f04c2714682cff6b2948177231170f98754
Author: Sebb <[email protected]>
AuthorDate: Tue Sep 24 22:54:16 2019 +0100
Typo
---
src/main/java/org/apache/commons/net/imap/IMAP.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/net/imap/IMAP.java
b/src/main/java/org/apache/commons/net/imap/IMAP.java
index 272a534..ddcca6a 100644
--- a/src/main/java/org/apache/commons/net/imap/IMAP.java
+++ b/src/main/java/org/apache/commons/net/imap/IMAP.java
@@ -53,7 +53,7 @@ public class IMAP extends SocketClient
// RFC 3501, section 5.1.3. It should be "modified UTF-7".
/**
- * The default control socket ecoding.
+ * The default control socket encoding.
*/
protected static final String __DEFAULT_ENCODING = "ISO-8859-1";