From 84c6da09f6820f1918cd01c039135fbddfc16fb0 Mon Sep 17 00:00:00 2001 From: silverqx Date: Fri, 18 Aug 2023 13:07:19 +0200 Subject: [PATCH] tom fixtypo --- examples/tom/main.cpp | 2 +- tests/testdata_tom/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tom/main.cpp b/examples/tom/main.cpp index 99c550314..853acbc0e 100644 --- a/examples/tom/main.cpp +++ b/examples/tom/main.cpp @@ -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 setupManager(); -/*! c++ main function. */ +/*! C++ main function. */ int main(int argc, char *argv[]) { try { diff --git a/tests/testdata_tom/main.cpp b/tests/testdata_tom/main.cpp index 4e285ecaa..89ceff6b2 100644 --- a/tests/testdata_tom/main.cpp +++ b/tests/testdata_tom/main.cpp @@ -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 setupManager(); -/*! c++ main function. */ +/*! C++ main function. */ int main(int argc, char *argv[]) { try {