From ee5e310fd59b48a2cce82ce3805f3e876c84a990 Mon Sep 17 00:00:00 2001 From: PeiYong Zhang <peiyongz@apache.org> Date: Tue, 16 Dec 2003 17:17:25 +0000 Subject: [PATCH] typo fixed git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175568 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/framework/BinOutputStream.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xercesc/framework/BinOutputStream.hpp b/src/xercesc/framework/BinOutputStream.hpp index abecebc2a..10fdf822c 100644 --- a/src/xercesc/framework/BinOutputStream.hpp +++ b/src/xercesc/framework/BinOutputStream.hpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.2 2003/12/16 17:17:25 peiyongz + * typo fixed + * * Revision 1.1 2003/09/18 18:29:58 peiyongz * Interface: Binary Output Stream * @@ -79,7 +82,7 @@ public : virtual ~BinOutputStream(); // ----------------------------------------------------------------------- - // The virtual input stream interface + // The virtual output stream interface // ----------------------------------------------------------------------- virtual unsigned int curPos() const = 0; -- GitLab