You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Marcus Crafter <cr...@osa.de> on 2002/02/16 20:36:29 UTC

Typo fix

Hi All,

	Below is a typo fix for the ArrayStack class in collections.

	Cheers,

	Marcus

-- 
        .....
     ,,$$$$$$$$$,      Marcus Crafter
    ;$'      '$$$$:    Computer Systems Engineer
    $:         $$$$:   Open Software Associates GmbH
     $       o_)$$$:   82-84 Mainzer Landstrasse
     ;$,    _/\ &&:'   60327 Frankfurt Germany
       '     /( &&&
           \_&&&&'     Email : Marcus.Crafter@osa.de
          &&&&.        Business Hours : +49 69 9757 200
    &&&&&&&:

----------
Index: ArrayStack.java
===================================================================
RCS file: /home/cvspublic/jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/collections/ArrayStack.java,v
retrieving revision 1.4
diff -u -r1.4 ArrayStack.java
--- ArrayStack.java	11 Dec 2001 09:53:26 -0000	1.4
+++ ArrayStack.java	16 Feb 2002 19:21:54 -0000
@@ -11,7 +11,7 @@
 import java.util.EmptyStackException;

 /**
- * Unsynchronized stakc.
+ * Unsynchronized stack.
  *
  * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  * @version CVS $Revision: 1.4 $ $Date: 2001/12/11 09:53:26 $


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Typo fix

Posted by Peter Donald <pe...@apache.org>.
oops - fixed.
-- 
Cheers,

Pete

*-------------------------------------*
| Does the name `Pavlov' ring a bell? |
*-------------------------------------*

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>