tom fixtypo

This commit is contained in:
silverqx
2023-08-18 13:07:19 +02:00
parent 54dee94e91
commit 84c6da09f6
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ using namespace Seeders; // NOLINT(google-build-using-namespace)
/*! Build the database manager instance and add a database connection. */
std::shared_ptr<DatabaseManager> setupManager();
/*! c++ main function. */
/*! C++ main function. */
int main(int argc, char *argv[])
{
try {

View File

@@ -39,7 +39,7 @@ using namespace Seeders; // NOLINT(google-build-using-namespace)
/*! Build the database manager instance and add a database connection. */
std::shared_ptr<DatabaseManager> setupManager();
/*! c++ main function. */
/*! C++ main function. */
int main(int argc, char *argv[])
{
try {