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 | 3167ac0713a756e948a367274eeb8fbf84ae9853 (patch) | |
tree | 186401a354d3030e7d6e3ead6220f7c2080fdf2f | |
parent | 2097d19dc2e7351b2fa027fa33379e36d1eafd6f (diff) |
Fix misspelled file name
-rw-r--r-- | odb/sqlite/error.cxx | 2 | ||||
-rw-r--r-- | odb/sqlite/error.hxx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/odb/sqlite/error.cxx b/odb/sqlite/error.cxx index f84a6c0..52554bf 100644 --- a/odb/sqlite/error.cxx +++ b/odb/sqlite/error.cxx @@ -1,4 +1,4 @@ -// file : odb/sqlite/errors.cxx +// file : odb/sqlite/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/sqlite/error.hxx b/odb/sqlite/error.hxx index c897988..48f0e6a 100644 --- a/odb/sqlite/error.hxx +++ b/odb/sqlite/error.hxx @@ -1,10 +1,10 @@ -// file : odb/sqlite/errors.hxx +// file : odb/sqlite/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_SQLITE_ERRORS_HXX -#define ODB_SQLITE_ERRORS_HXX +#ifndef ODB_SQLITE_ERROR_HXX +#define ODB_SQLITE_ERROR_HXX #include <odb/pre.hxx> @@ -26,4 +26,4 @@ namespace odb #include <odb/post.hxx> -#endif // ODB_SQLITE_ERRORS_HXX +#endif // ODB_SQLITE_ERROR_HXX |