2
0
mirror of https://github.com/boostorg/proto.git synced 2026-01-29 07:42:36 +00:00

fix typos and misspellings

[SVN r49382]
This commit is contained in:
Eric Niebler
2008-10-18 22:52:04 +00:00
parent 6610b46b47
commit bd90f4dd97
13 changed files with 109 additions and 121 deletions

View File

@@ -4,7 +4,7 @@
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// This is an example of using BOOST_PROTO_DEFINE_OPERATORS to proto-ify
// This is an example of using BOOST_PROTO_DEFINE_OPERATORS to Protofy
// expressions using std::vector<>, a non-proto type. It is a port of the
// Vector example from PETE (http://www.codesourcery.com/pooma/download.html).