aboutsummaryrefslogtreecommitdiff
path: root/src/util/time.h
diff options
context:
space:
mode:
authorBen Woosley <ben.woosley@gmail.com>2022-05-24 09:47:22 -0500
committerBen Woosley <ben.woosley@gmail.com>2022-05-25 00:26:21 -0500
commitbf209ac7a732394c3a54d6d1e3fb43f180ac1bb8 (patch)
treeaf9e91d59f3ddd6601a3b4f5a84c5e7b622141a3 /src/util/time.h
parent700808754884919916a5518e7ecfdabadef956d8 (diff)
downloadbitcoin-bf209ac7a732394c3a54d6d1e3fb43f180ac1bb8.tar.xz
doc: Fix spelling errors identified by codespell in coments
From the output here: src/qt/test/addressbooktests.cpp:185: wilcard ==> wildcard src/qt/test/addressbooktests.cpp:191: wilcard ==> wildcard src/test/miniscript_tests.cpp:227: nd ==> and, 2nd src/test/versionbits_tests.cpp:260: everytime ==> every time src/util/time.h:89: precicion ==> precision src/util/time.h:90: precicion ==> precision ^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/spelling.ignore-words.txt https://cirrus-ci.com/task/5275612980969472?logs=lint#L849 I added 'nd' to the spelling.ignored-words.txt, as it's valid miniscript.
Diffstat (limited to 'src/util/time.h')
-rw-r--r--src/util/time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/time.h b/src/util/time.h
index 14df3fe53a..ad91a72860 100644
--- a/src/util/time.h
+++ b/src/util/time.h
@@ -86,8 +86,8 @@ void SetMockTime(std::chrono::seconds mock_time_in);
std::chrono::seconds GetMockTime();
/**
- * Return the current time point cast to the given precicion. Only use this
- * when an exact precicion is needed, otherwise use T::clock::now() directly.
+ * Return the current time point cast to the given precision. Only use this
+ * when an exact precision is needed, otherwise use T::clock::now() directly.
*/
template <typename T>
T Now()