summaryrefslogtreecommitdiff
path: root/gnu/java/security/OID.java
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-07-26 16:46:57 +0000
committerTom Tromey <tromey@redhat.com>2005-07-26 16:46:57 +0000
commitbe45a9d98f3fafca8887fe72ed1cd49cdb2ec3e3 (patch)
treec85b59ef0aaa55613f21a13591732d5667eb1f2e /gnu/java/security/OID.java
parentb1d65d710377700857e8e2c0bd7987c4dc6ab921 (diff)
downloadclasspath-be45a9d98f3fafca8887fe72ed1cd49cdb2ec3e3.tar.gz
* gnu/java/security/OID.java: Typo fix.
Diffstat (limited to 'gnu/java/security/OID.java')
-rw-r--r--gnu/java/security/OID.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/java/security/OID.java b/gnu/java/security/OID.java
index 8cda43eee..473b6ba5a 100644
--- a/gnu/java/security/OID.java
+++ b/gnu/java/security/OID.java
@@ -1,5 +1,5 @@
/* OID.java -- numeric representation of an object identifier
- Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -48,7 +48,7 @@ import java.util.StringTokenizer;
/**
* This immutable class represents an object identifier, or OID.
*
- * <p>OIDs are represented as a series of hierarcical tokens, each of
+ * <p>OIDs are represented as a series of hierarchical tokens, each of
* which is usually represented as a single, unsigned integer. The
* hierarchy works so that later tokens are considered within the group
* of earlier tokens. Thus, the OID for the Serpent block cipher,