diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-16 12:17:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-16 12:17:52 +0200 |
commit | 163e53548ff627f57509baf83618bc6b5022fbfe (patch) | |
tree | 55fd2abb01a23bb87ffbab10466890067a5c8806 | |
parent | 40ea54d2eda9b7d6d8f3d3f9c2e4dc56a2592538 (diff) |
Fix misspelled file name
-rw-r--r-- | odb/mysql/error.cxx | 2 | ||||
-rw-r--r-- | odb/mysql/error.hxx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/odb/mysql/error.cxx b/odb/mysql/error.cxx index 32493f2..5c60959 100644 --- a/odb/mysql/error.cxx +++ b/odb/mysql/error.cxx @@ -1,4 +1,4 @@ -// file : odb/mysql/errors.cxx +// file : odb/mysql/error.cxx // author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/mysql/error.hxx b/odb/mysql/error.hxx index 6aeec0d..4fb5bae 100644 --- a/odb/mysql/error.hxx +++ b/odb/mysql/error.hxx @@ -1,10 +1,10 @@ -// file : odb/mysql/errors.hxx +// file : odb/mysql/error.hxx // author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -#ifndef ODB_MYSQL_ERRORS_HXX -#define ODB_MYSQL_ERRORS_HXX +#ifndef ODB_MYSQL_ERROR_HXX +#define ODB_MYSQL_ERROR_HXX #include <odb/pre.hxx> @@ -33,4 +33,4 @@ namespace odb #include <odb/post.hxx> -#endif // ODB_MYSQL_ERRORS_HXX +#endif // ODB_MYSQL_ERROR_HXX |