From 452e0e09e62a7ead064cd7744250e43937cf09f1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Nov 2011 12:17:52 +0200 Subject: Fix misspelled file name --- odb/oracle/error.cxx | 2 +- odb/oracle/error.hxx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'odb') 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 // 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 // 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 @@ -46,4 +46,4 @@ namespace odb #include -#endif // ODB_ORACLE_ERRORS_HXX +#endif // ODB_ORACLE_ERROR_HXX -- cgit v1.1