|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r64654 - in branches/release/tools/quickbook: . detail
From: daniel_james_at_[hidden]
Date: 2010-08-07 03:22:34
Author: danieljames
Date: 2010-08-07 03:22:28 EDT (Sat, 07 Aug 2010)
New Revision: 64654
URL: http://svn.boost.org/trac/boost/changeset/64654
Log:
Merge quickbook typo fix from trunk.
Properties modified:
branches/release/tools/quickbook/ (props changed)
Text files modified:
branches/release/tools/quickbook/detail/input_path.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/release/tools/quickbook/detail/input_path.cpp
==============================================================================
--- branches/release/tools/quickbook/detail/input_path.cpp (original)
+++ branches/release/tools/quickbook/detail/input_path.cpp 2010-08-07 03:22:28 EDT (Sat, 07 Aug 2010)
@@ -50,7 +50,7 @@
#elif defined(BOOST_POSIX_PATH)
cygwin_conv_to_posix_path(path.c_str(), result);
#else
-# error "Bosot filesystem path type doesn't seem to be set."
+# error "Boost filesystem path type doesn't seem to be set."
#endif
v = input_path(result);
@@ -81,7 +81,7 @@
#elif defined(BOOST_POSIX_PATH)
cygwin_conv_path_t flags = CCP_WIN_A_TO_POSIX | CCP_RELATIVE;
#else
-# error "Bosot filesystem path type doesn't seem to be set."
+# error "Boost filesystem path type doesn't seem to be set."
#endif
ssize_t size = cygwin_conv_path(flags, path.c_str(), NULL, 0);
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