summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2015-03-18 12:22:45 -0700
committerBrian Carlstrom <bdc@google.com>2015-03-18 12:22:45 -0700
commitb475d1c3d8bf15b063f6e7d2a1138b973da25e91 (patch)
tree31ec8615d63fa0024062ced0d7f18243f1fb43c6 /support
parent373ef7b18d98fc5d942de108ec2d89fde4622239 (diff)
downloadlibcore-b475d1c3d8bf15b063f6e7d2a1138b973da25e91.zip
libcore-b475d1c3d8bf15b063f6e7d2a1138b973da25e91.tar.gz
libcore-b475d1c3d8bf15b063f6e7d2a1138b973da25e91.tar.bz2
Fix misspelling of Kerberos
Change-Id: I6473665bc00fa45d8a3941657791334e97df7c85
Diffstat (limited to 'support')
-rw-r--r--support/src/test/java/libcore/java/security/StandardNames.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/src/test/java/libcore/java/security/StandardNames.java b/support/src/test/java/libcore/java/security/StandardNames.java
index 5f5bafd..a55b47a 100644
--- a/support/src/test/java/libcore/java/security/StandardNames.java
+++ b/support/src/test/java/libcore/java/security/StandardNames.java
@@ -801,7 +801,7 @@ public final class StandardNames extends Assert {
addBoth( "SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA");
addBoth( "SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA");
- // Android does not have Keberos support
+ // Android does not have Kerberos support
addRi( "TLS_KRB5_WITH_RC4_128_SHA");
addRi( "TLS_KRB5_WITH_RC4_128_MD5");
addRi( "TLS_KRB5_WITH_3DES_EDE_CBC_SHA");