diff options
| author | Ben Woosley <[email protected]> | 2020-03-02 22:58:57 -0800 |
|---|---|---|
| committer | Ben Woosley <[email protected]> | 2020-03-02 23:07:21 -0800 |
| commit | 9b0e16226e6c1fb6a3550d635339f1bbb49a852f (patch) | |
| tree | ad93a0a6b9ae2d7634d3e5f2fb50da71e05fa9c9 /src/logging/timer.h | |
| parent | Merge #18168: httpserver: use own HTTP status codes (diff) | |
| download | discoin-9b0e16226e6c1fb6a3550d635339f1bbb49a852f.tar.xz discoin-9b0e16226e6c1fb6a3550d635339f1bbb49a852f.zip | |
doc: Correct spelling errors in comments
And ci script output.
Identified via test/lint/lint-spelling
Diffstat (limited to 'src/logging/timer.h')
| -rw-r--r-- | src/logging/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logging/timer.h b/src/logging/timer.h index 45bfc4aa6..2b27c7108 100644 --- a/src/logging/timer.h +++ b/src/logging/timer.h @@ -85,7 +85,7 @@ private: const std::string m_title{}; //! Forwarded on to LogPrint if specified - has the effect of only - //! outputing the timing log when a particular debug= category is specified. + //! outputting the timing log when a particular debug= category is specified. const BCLog::LogFlags m_log_category{}; }; |