From 3167ac0713a756e948a367274eeb8fbf84ae9853 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/sqlite/error.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'odb/sqlite/error.hxx') 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 // 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 @@ -26,4 +26,4 @@ namespace odb #include -#endif // ODB_SQLITE_ERRORS_HXX +#endif // ODB_SQLITE_ERROR_HXX -- cgit v1.1