commit 0add55c31f46985b54fe5f4b3304b02abd50e5ca
parent 331b2aa34874d5ef57b45ff591e1f64b695ff06c
Author: Roger Dingledine <arma@torproject.org>
Date: Mon, 7 Mar 2022 14:35:48 -0500
fix typo in changelog
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -127,7 +127,7 @@ Changes in version 0.4.5.12 - 2022-02-04
o Minor bugfixes (compilation):
- Fix a compilation error when trying to build Tor with a compiler
- that does not support expanding statitically initialized const
+ that does not support expanding statically initialized const
values in macro's. Fixes bug 40410; bugfix on 0.4.5.1-alpha
- Fix our configuration logic to detect whether we had OpenSSL 3:
previously, our logic was reversed. This has no other effect than