Lőrinc
bccfca0382
Fix lint-spelling warnings
These warnings were often polluting the CI output, e.g. https://github.com/bitcoin/bitcoin/pull/30499/checks?check_run_id=27745036545
> ./test/lint/lint-spelling.py
before the change:
```
doc/design/libraries.md💯 targetted ==> targeted
doc/developer-notes.md:495: dependant ==> dependent
src/bench/sign_transaction.cpp:49: hashIn ==> hashing, hash in
src/bitcoin-chainstate.cpp:213: hashIn ==> hashing, hash in
src/bitcoin-chainstate.cpp:213: hashIn ==> hashing, hash in
src/coins.cpp:24: viewIn ==> viewing, view in
src/coins.cpp:24: viewIn ==> viewing, view in
src/coins.cpp:29: viewIn ==> viewing, view in
src/coins.cpp:29: viewIn ==> viewing, view in
src/coins.h:44: outIn ==> outing, out in
src/coins.h:44: outIn ==> outing, out in
src/coins.h:45: outIn ==> outing, out in
src/coins.h:45: outIn ==> outing, out in
src/coins.h:215: viewIn ==> viewing, view in
src/coins.h:220: viewIn ==> viewing, view in
src/primitives/transaction.h:37: hashIn ==> hashing, hash in
src/primitives/transaction.h:37: hashIn ==> hashing, hash in
src/protocol.cpp:51: hashIn ==> hashing, hash in
src/protocol.cpp:51: hashIn ==> hashing, hash in
src/protocol.h:497: hashIn ==> hashing, hash in
src/qt/forms/optionsdialog.ui:344: incomin ==> incoming
src/qt/optionsdialog.cpp:445: proxys ==> proxies
src/rpc/mining.cpp:987: hashIn ==> hashing, hash in
src/rpc/mining.cpp:987: hashIn ==> hashing, hash in
src/script/interpreter.h:298: amountIn ==> amounting, amount in
src/script/interpreter.h:298: amountIn ==> amounting, amount in
src/script/interpreter.h:299: amountIn ==> amounting, amount in
src/script/interpreter.h:299: amountIn ==> amounting, amount in
src/script/sigcache.h:70: amountIn ==> amounting, amount in
src/script/sigcache.h:70: amountIn ==> amounting, amount in
src/signet.cpp:144: amountIn ==> amounting, amount in
src/test/fuzz/util/net.cpp:386: occured ==> occurred
src/test/fuzz/util/net.cpp:398: occured ==> occurred
src/util/vecdeque.h:79: deques ==> dequeues
src/util/vecdeque.h:160: deques ==> dequeues
src/util/vecdeque.h:184: deques ==> dequeues
src/util/vecdeque.h:194: deques ==> dequeues
src/validation.cpp:2130: re-declared ==> redeclared
src/validation.h:348: outIn ==> outing, out in
src/validation.h:349: outIn ==> outing, out in
test/functional/wallet_bumpfee.py:851: atleast ==> at least
```
2024-07-22 13:59:42 +02:00
..
2024-07-22 13:59:42 +02:00
2024-04-18 10:27:25 +01:00
2024-07-01 12:39:57 -04:00
2023-11-14 17:41:54 +01:00
2024-01-23 11:49:32 +01:00
2024-05-16 10:16:08 -05:00
2024-07-01 10:26:46 -04:00
2023-12-06 15:44:38 +01:00
2024-07-01 10:26:46 -04:00
2023-11-30 11:27:21 +01:00
2023-11-14 08:45:30 +10:00
2023-11-18 00:15:22 +10:00
2023-10-06 19:43:32 +02:00
2023-10-03 10:52:15 +01:00
2023-11-14 08:45:30 +10:00
2023-11-21 13:15:44 +00:00
2024-01-09 15:15:36 -03:00
2024-07-01 10:26:46 -04:00
2024-07-15 18:26:45 +05:30
2023-08-17 15:31:27 -04:00
2023-08-17 15:31:56 -04:00
2023-07-17 13:27:46 +02:00
2024-07-14 17:47:40 +02:00
2024-05-24 18:44:02 +02:00
2022-12-13 15:08:24 -05:00
2024-03-18 10:32:00 -04:00
2024-04-22 09:36:36 -04:00
2024-05-16 10:16:08 -05:00
2023-03-21 13:54:11 +01:00
2023-11-30 11:28:19 +01:00
2024-07-08 16:20:17 +01:00
2024-06-12 15:21:31 +02:00
2023-11-07 10:21:51 +09:00
2023-11-28 12:42:07 +01:00
2024-03-05 10:01:24 -05:00
2023-01-13 09:40:57 +00:00
2023-12-04 15:39:15 -04:00
2024-06-14 14:23:50 +02:00
2024-05-16 10:16:08 -05:00
2024-05-09 15:56:04 +02:00
2024-06-03 16:59:43 +02:00
2024-05-16 10:16:08 -05:00
2023-11-18 03:01:03 +10:00
2024-05-16 10:16:08 -05:00
2023-11-28 17:49:41 +01:00
2024-05-16 11:16:08 -04:00
2024-07-09 17:22:57 +01:00
2024-05-14 11:44:33 +02:00
2023-12-14 20:10:21 +00:00
2024-06-06 14:14:08 +00:00
2024-04-18 10:27:25 +01:00
2024-03-12 12:59:02 -04:00
2024-02-29 14:13:58 -03:00
2024-01-23 11:49:32 +01:00
2023-05-30 16:27:21 -03:00
2022-12-24 23:49:50 +00:00
2024-07-01 10:26:46 -04:00
2024-07-02 12:06:07 +01:00
2023-04-04 18:33:08 +02:00
2024-07-19 15:39:02 +02:00
2024-07-01 14:11:52 +01:00
2023-11-14 17:41:26 +01:00
2024-01-02 12:41:01 +01:00
2024-07-01 10:26:46 -04:00
2023-07-13 20:37:14 +02:00
2023-01-26 10:44:05 +01:00
2023-11-14 08:45:30 +10:00
2024-07-08 16:11:15 +02:00
2024-07-08 16:11:15 +02:00
2023-11-30 11:28:19 +01:00
2024-07-06 09:06:36 -04:00
2024-06-18 10:19:41 -04:00
2024-07-08 16:11:15 +02:00
2024-05-16 10:16:08 -05:00
2023-11-23 17:57:53 +01:00
2023-07-13 20:37:14 +02:00
2023-11-14 08:45:30 +10:00
2024-05-16 10:16:08 -05:00
2024-07-05 09:03:04 +02:00
2024-05-09 15:56:04 +02:00
2023-09-12 12:14:31 -04:00
2024-05-09 15:56:04 +02:00
2023-01-13 09:40:57 +00:00
2023-11-14 08:45:30 +10:00
2023-10-31 18:19:37 +01:00
2024-07-10 09:40:47 +02:00
2023-07-13 20:37:14 +02:00
2024-06-13 11:20:49 +01:00
2023-07-13 20:37:14 +02:00
2023-11-30 11:27:21 +01:00
2023-11-30 11:28:19 +01:00
2023-11-30 11:28:19 +01:00
2024-07-02 12:06:07 +01:00
2024-05-15 09:56:17 -04:00
2024-06-07 13:55:23 -04:00
2023-11-30 11:28:19 +01:00
2024-07-04 20:12:47 -04:00
2024-07-08 16:11:15 +02:00
2024-06-26 22:47:09 +00:00
2024-07-01 10:26:46 -04:00
2023-07-13 20:37:14 +02:00