Skip to content

Commit ded6d9c

Browse files
authored
Merge pull request #20 from jksevend/patch-1
Update App.cpp
2 parents d0371e5 + ded3f3a commit ded6d9c

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)