]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LdifReader.cpp
Happy New Year
[openldap] / contrib / ldapc++ / src / LdifReader.cpp
index b2d9ebbc257f572cb2f7c2e29b69eb38d720a26f..02d21b0f9cb78ac87567b1d7923d8b943d19af80 100644 (file)
@@ -1,6 +1,6 @@
 // $OpenLDAP$
 /*
- * Copyright 2008-2015 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()) );
                 }
             }