From 707e810aada78ac2390da988eb62324b896e6103 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/pgsql/error.cxx | 2 +- odb/pgsql/error.hxx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/odb/pgsql/error.cxx b/odb/pgsql/error.cxx index cb11872..149654d 100644 --- a/odb/pgsql/error.cxx +++ b/odb/pgsql/error.cxx @@ -1,4 +1,4 @@ -// file : odb/pgsql/errors.cxx +// file : odb/pgsql/error.cxx // author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/pgsql/error.hxx b/odb/pgsql/error.hxx index 287b45a..865cf0d 100644 --- a/odb/pgsql/error.hxx +++ b/odb/pgsql/error.hxx @@ -1,10 +1,10 @@ -// file : odb/pgsql/errors.hxx +// file : odb/pgsql/error.hxx // author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -#ifndef ODB_PGSQL_ERRORS_HXX -#define ODB_PGSQL_ERRORS_HXX +#ifndef ODB_PGSQL_ERROR_HXX +#define ODB_PGSQL_ERROR_HXX #include @@ -42,4 +42,4 @@ namespace odb #include -#endif // ODB_PGSQL_ERRORS_HXX +#endif // ODB_PGSQL_ERROR_HXX -- cgit v1.1