Update of /cvsroot/boost/boost/libs/functional/hash/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26837

Modified Files:
      Tag: RC_1_34_0
        tutorial.qbk 
Log Message:
Fix a couple of typos in the hash documentation.


Index: tutorial.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/functional/hash/doc/tutorial.qbk,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -d -r1.3.2.2 -r1.3.2.3
--- tutorial.qbk        23 Sep 2006 14:53:07 -0000      1.3.2.2
+++ tutorial.qbk        15 May 2007 19:54:42 -0000      1.3.2.3
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2006 Daniel James.
+[/ Copyright 2005-2007 Daniel James.
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
@@ -119,7 +119,7 @@
 Objects that are equal must generate the same hash value.
 When objects are not equal they should generate different hash values.
 In this object equality was based just on the id so the hash function
-only hash the id. If it was based on the objects name and author
+only hashes the id. If it was based on the object's name and author
 then the hash function should take them into account
 (how to do this is discussed in the next section).
 ]


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to