X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fldapc%2B%2B%2Fsrc%2FLdifReader.cpp;h=02d21b0f9cb78ac87567b1d7923d8b943d19af80;hb=59e9ff6243465640956b58ad1756a3ede53eca7c;hp=1b570f318fb064ad0164d120c0cd81c2aee55681;hpb=20407ec5da1d1db6daa1abdd9099a93c90e72d0b;p=openldap diff --git a/contrib/ldapc++/src/LdifReader.cpp b/contrib/ldapc++/src/LdifReader.cpp index 1b570f318f..02d21b0f9c 100644 --- a/contrib/ldapc++/src/LdifReader.cpp +++ b/contrib/ldapc++/src/LdifReader.cpp @@ -1,6 +1,6 @@ // $OpenLDAP$ /* - * Copyright 2008-2014 The OpenLDAP Foundation, All Rights Reserved. + * Copyright 2008-2018 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ @@ -75,7 +75,7 @@ int LdifReader::readNextRecord( bool first ) { std::ostringstream err; err << "Line " << this->m_lineNumber - << ": Unsuported LDIF Version"; + << ": Unsupported LDIF Version"; throw( std::runtime_error(err.str()) ); } continue; @@ -98,7 +98,7 @@ int LdifReader::readNextRecord( bool first ) { std::ostringstream err; err << "Line " << this->m_lineNumber - << ": \"include\" not yet suppported."; + << ": \"include\" not yet supported."; throw( std::runtime_error(err.str()) ); } }