|
Boost-Commit : |
From: dave_at_[hidden]
Date: 2007-12-01 00:07:13
Author: dave
Date: 2007-12-01 00:07:13 EST (Sat, 01 Dec 2007)
New Revision: 41526
URL: http://svn.boost.org/trac/boost/changeset/41526
Log:
Fixed grammar in error message
Text files modified:
trunk/boost/test/impl/test_tools.ipp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/test/impl/test_tools.ipp
==============================================================================
--- trunk/boost/test/impl/test_tools.ipp (original)
+++ trunk/boost/test/impl/test_tools.ipp 2007-12-01 00:07:13 EST (Sat, 01 Dec 2007)
@@ -527,7 +527,7 @@
if( !m_pimpl->m_pattern.is_open() ) {
result = false;
- result.message() << "Pattern file could not be open!";
+ result.message() << "Pattern file could not be opened!";
}
else {
if( m_pimpl->m_match_or_save ) {
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