Index: java/io/StringWriter.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/io/StringWriter.java,v retrieving revision 1.6 diff -u -r1.6 StringWriter.java --- java/io/StringWriter.java 8 Apr 2004 15:04:37 -0000 1.6 +++ java/io/StringWriter.java 20 Apr 2004 18:42:06 -0000 @@ -61,7 +61,7 @@ * This method closes the stream. The contents of the internal buffer * can still be retrieved, but future writes are not guaranteed to work. * - * @excepttion IOException If an error orrurs. + * @exception IOException If an error orrurs. */ public void close () throws IOException {