Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62460 - trunk/libs/iostreams/doc/classes
From: daniel_james_at_[hidden]
Date: 2010-06-06 03:17:42


Author: danieljames
Date: 2010-06-06 03:17:41 EDT (Sun, 06 Jun 2010)
New Revision: 62460
URL: http://svn.boost.org/trac/boost/changeset/62460

Log:
Typo.
Text files modified:
   trunk/libs/iostreams/doc/classes/mapped_file.html | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/iostreams/doc/classes/mapped_file.html
==============================================================================
--- trunk/libs/iostreams/doc/classes/mapped_file.html (original)
+++ trunk/libs/iostreams/doc/classes/mapped_file.html 2010-06-06 03:17:41 EDT (Sun, 06 Jun 2010)
@@ -45,7 +45,7 @@
 <P>
     Wide-character versions of the memory-mapped file Devices may be defined as follows, using the template code_converter:
     <PRE CLASS="broken_ie"> <SPAN CLASS="preprocessor">#include</SPAN> <A CLASS="header" HREF="../../../../boost/iostreams/code_converter.hpp"><SPAN CLASS="literal">&lt;boost/iostreams/code_converter.hpp&gt;</SPAN></A>
- <SPAN CLASS="preprocessor">#include</SPAN> <A CLASS="header" HREF="../../../../boost/iostreams/device/mapped_file.hpp"><SPAN CLASS="literal">&lt;boost/iostreams/maped_file.hpp&gt;</SPAN></A>
+ <SPAN CLASS="preprocessor">#include</SPAN> <A CLASS="header" HREF="../../../../boost/iostreams/device/mapped_file.hpp"><SPAN CLASS="literal">&lt;boost/iostreams/device/mapped_file.hpp&gt;</SPAN></A>
 
     <SPAN CLASS="keyword">typedef</SPAN> code_converter&lt;mapped_file_source&gt; <SPAN CLASS="defined">wmapped_file_source</SPAN>;
     <SPAN CLASS="keyword">typedef</SPAN> code_converter&lt;mapped_file_sink&gt; <SPAN CLASS="defined">wmapped_file_sink</SPAN>;</PRE>
@@ -576,4 +576,4 @@
 
 <!-- End Footer -->
 
-</BODY>
\ No newline at end of file
+</BODY>


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