Spelling corrections (#2606)

Spelling corrections v1.x
This commit is contained in:
albert-github
2023-01-15 12:41:30 +01:00
committed by GitHub
parent 05e3a73b16
commit 5a63426d1c
3 changed files with 4 additions and 4 deletions

View File

@@ -375,7 +375,7 @@ $ ./example
#### Log file open/close event handlers
```c++
// You can get callbacks from spdlog before/after log file has been opened or closed.
// This is useful for cleanup procedures or for adding someting the start/end of the log files.
// This is useful for cleanup procedures or for adding something the start/end of the log files.
void file_events_example()
{
// pass the spdlog::file_event_handlers to file sinks for open/close log file notifications