Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71085 - trunk/libs/iostreams/doc/functions
From: steven_at_[hidden]
Date: 2011-04-07 14:25:49


Author: steven_watanabe
Date: 2011-04-07 14:25:47 EDT (Thu, 07 Apr 2011)
New Revision: 71085
URL: http://svn.boost.org/trac/boost/changeset/71085

Log:
Fix typo. Fixes #5338.
Text files modified:
   trunk/libs/iostreams/doc/functions/seek.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/iostreams/doc/functions/seek.html
==============================================================================
--- trunk/libs/iostreams/doc/functions/seek.html (original)
+++ trunk/libs/iostreams/doc/functions/seek.html 2011-04-07 14:25:47 EDT (Thu, 07 Apr 2011)
@@ -82,7 +82,7 @@
             <UL>
                 <LI CLASS="square">if <I>way</I> is <CODE>std::ios_base::beg</CODE>, the initial position is the begining of the stream
                 <LI CLASS="square">if <I>way</I> is <CODE>std::ios_base::cur</CODE>, the initial position is the current position
- <LI CLASS="square">if <I>way</I> is <CODE>std::ios_base::beg</CODE>, the initial position is the end of the stream
+ <LI CLASS="square">if <I>way</I> is <CODE>std::ios_base::end</CODE>, the initial position is the end of the stream
             </UL>
             </P>
     </TR>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk