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 | 452e0e09e62a7ead064cd7744250e43937cf09f1 (patch) | |
tree | 812ef8793dd830cd5dd923536e0b8680da36c6c0 | |
parent | 62c0584572caa3924143cbaada798da16de8f644 (diff) |
Fix misspelled file name
-rw-r--r-- | odb/oracle/error.cxx | 2 | ||||
-rw-r--r-- | odb/oracle/error.hxx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/odb/oracle/error.cxx b/odb/oracle/error.cxx index d848b1a..f00ca19 100644 --- a/odb/oracle/error.cxx +++ b/odb/oracle/error.cxx @@ -1,4 +1,4 @@ -// file : odb/oracle/errors.cxx +// file : odb/oracle/error.cxx // author : Constantin Michael <constantin@codesynthesis.com> // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/error.hxx b/odb/oracle/error.hxx index 2b83895..43a314d 100644 --- a/odb/oracle/error.hxx +++ b/odb/oracle/error.hxx @@ -1,10 +1,10 @@ -// file : odb/oracle/errors.hxx +// file : odb/oracle/error.hxx // author : Constantin Michael <constantin@codesynthesis.com> // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file -#ifndef ODB_ORACLE_ERRORS_HXX -#define ODB_ORACLE_ERRORS_HXX +#ifndef ODB_ORACLE_ERROR_HXX +#define ODB_ORACLE_ERROR_HXX #include <odb/pre.hxx> @@ -46,4 +46,4 @@ namespace odb #include <odb/post.hxx> -#endif // ODB_ORACLE_ERRORS_HXX +#endif // ODB_ORACLE_ERROR_HXX |