aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-16 12:17:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-16 12:17:52 +0200
commit707e810aada78ac2390da988eb62324b896e6103 (patch)
treee3948d75571ebc8d3e63ea7db057d39bb4128833
parent057cc047eb1cc321447e74d302ba4d2c452a11ec (diff)
Fix misspelled file name
-rw-r--r--odb/pgsql/error.cxx2
-rw-r--r--odb/pgsql/error.hxx8
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 <constantin@codesynthesis.com>
// 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 <constantin@codesynthesis.com>
// 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 <odb/pre.hxx>
@@ -42,4 +42,4 @@ namespace odb
#include <odb/post.hxx>
-#endif // ODB_PGSQL_ERRORS_HXX
+#endif // ODB_PGSQL_ERROR_HXX