google / glog

C++ implementation of the Google logging module
http://google.github.io/glog/
BSD 3-Clause "New" or "Revised" License
6.93k stars 2.05k forks source link

Fix typo : LOF_IF_EVERY -> LOG_IF_EVERY_N #1077

Closed ram-subhash-d closed 5 months ago

ram-subhash-d commented 5 months ago

There is a typo in verbose logging section of User Guide. Updated it.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a189fc3) 59.71% compared to head (bf75780) 64.44%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1077 +/- ## ========================================== + Coverage 59.71% 64.44% +4.72% ========================================== Files 19 13 -6 Lines 2609 1932 -677 Branches 920 709 -211 ========================================== - Hits 1558 1245 -313 + Misses 710 483 -227 + Partials 341 204 -137 ``` [see 16 files with indirect coverage changes](https://app.codecov.io/gh/google/glog/pull/1077/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google)
sergiud commented 5 months ago

Thanks!

ram-subhash-d commented 5 months ago

Thank you!