diff --git a/sources/dataBase/projectdatabase.cpp b/sources/dataBase/projectdatabase.cpp index 04ad64759..63b1e31dd 100644 --- a/sources/dataBase/projectdatabase.cpp +++ b/sources/dataBase/projectdatabase.cpp @@ -429,8 +429,8 @@ void projectDataBase::populateElementTable() } /** - @brief projectDataBase::populateElementsTable - Populate the elements table + @brief projectDataBase::populateElementInfoTable + Populate the element info table */ void projectDataBase::populateElementInfoTable() { diff --git a/sources/dataBase/projectdatabase.h b/sources/dataBase/projectdatabase.h index 992efbb41..fa119afda 100644 --- a/sources/dataBase/projectdatabase.h +++ b/sources/dataBase/projectdatabase.h @@ -31,7 +31,7 @@ class sqlite3; /** @brief The projectDataBase class - This class wrap a sqlite data base where you can find several thing + This class wraps a sqlite data base where you can find several things about the content of a project. * @note this class is still in development.