Skip to content

Commit ded3f3a

Browse files
author
Julian Otto
authored
Update App.cpp
Fixed grammar
1 parent 4e41184 commit ded3f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ int main(int argc, const char * argv[]) {
5353

5454
run();
5555

56-
/* Print how much objects were created during app running, and what have left-probably leaked */
56+
/* Print how many objects were created during app running, and what have left-probably leaked */
5757
/* Disable object counting for release builds using '-D OATPP_DISABLE_ENV_OBJECT_COUNTERS' flag for better performance */
5858
std::cout << "\nEnvironment:\n";
5959
std::cout << "objectsCount = " << oatpp::base::Environment::getObjectsCount() << "\n";

0 commit comments

Comments
 (0)