$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56137 - trunk/boost/spirit/home/support
From: hartmut.kaiser_at_[hidden]
Date: 2009-09-10 11:20:33
Author: hkaiser
Date: 2009-09-10 11:20:33 EDT (Thu, 10 Sep 2009)
New Revision: 56137
URL: http://svn.boost.org/trac/boost/changeset/56137
Log:
Spirit: spell fix in one of the comments
Text files modified:
trunk/boost/spirit/home/support/string_traits.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/spirit/home/support/string_traits.hpp
==============================================================================
--- trunk/boost/spirit/home/support/string_traits.hpp (original)
+++ trunk/boost/spirit/home/support/string_traits.hpp 2009-09-10 11:20:33 EDT (Thu, 10 Sep 2009)
@@ -181,7 +181,7 @@
// Default implementation for other types: try a C-style string
// conversion.
- // These overloads are explicitely disabled for containers,
+ // These overloads are explicitly disabled for containers,
// as they would be ambiguous with the previous ones.
template <typename T, typename Str>
inline typename disable_if<is_container<Str>