You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2017/07/21 11:27:32 UTC

[45/50] [abbrv] directory-kerby git commit: Spelling typo

Spelling typo


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/83b95b77
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/83b95b77
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/83b95b77

Branch: refs/heads/gssapi
Commit: 83b95b770537ac2f4b8f64110537278f84e11a33
Parents: cdb20f1
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Wed Jun 15 17:22:54 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Fri Jul 21 12:25:51 2017 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/kerby/kerberos/kerb/KrbErrorCode.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/83b95b77/kerby-kerb/kerb-core/src/main/java/org/apache/kerby/kerberos/kerb/KrbErrorCode.java
----------------------------------------------------------------------
diff --git a/kerby-kerb/kerb-core/src/main/java/org/apache/kerby/kerberos/kerb/KrbErrorCode.java b/kerby-kerb/kerb-core/src/main/java/org/apache/kerby/kerberos/kerb/KrbErrorCode.java
index b7f3df3..30ddc0b 100644
--- a/kerby-kerb/kerb-core/src/main/java/org/apache/kerby/kerberos/kerb/KrbErrorCode.java
+++ b/kerby-kerb/kerb-core/src/main/java/org/apache/kerby/kerberos/kerb/KrbErrorCode.java
@@ -98,7 +98,7 @@ public enum KrbErrorCode implements EnumType {
     TOKEN_PREAUTH_NOT_ALLOWED(82, "Token preauth is not allowed"),
 
     KRB_TIMEOUT(5000, "Network timeout"),
-    UNKNOWN_ERR(5001, "Unknow error");
+    UNKNOWN_ERR(5001, "Unknown error");
 
     private final int value;
     private final String message;