classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: typo fix


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: typo fix
Date: 26 Jul 2005 10:42:26 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

I'm checking this in.

This fixes a typo in OID.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * gnu/java/security/OID.java: Typo fix.

Index: gnu/java/security/OID.java
===================================================================
RCS file: /cvsroot/classpath/classpath/gnu/java/security/OID.java,v
retrieving revision 1.5
diff -u -r1.5 OID.java
--- gnu/java/security/OID.java 2 Jul 2005 20:32:14 -0000 1.5
+++ gnu/java/security/OID.java 26 Jul 2005 16:45:49 -0000
@@ -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 @@
 /**
  * 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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]