[tor-commits] [tor-browser-bundle/master] Fix typo and copyright date python helper
gk at torproject.org
gk at torproject.org
Fri Jan 27 11:43:44 UTC 2017
commit cad2bdae295d3d2e6bbcd63a195d758e265efd45
Author: Georg Koppen <gk at torproject.org>
Date: Fri Jan 27 11:43:19 2017 +0000
Fix typo and copyright date python helper
---
gitian/build-helpers/pe_checksum_fix.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gitian/build-helpers/pe_checksum_fix.py b/gitian/build-helpers/pe_checksum_fix.py
index 101e77f..85d8fef 100755
--- a/gitian/build-helpers/pe_checksum_fix.py
+++ b/gitian/build-helpers/pe_checksum_fix.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-# Copyright (c) 2015, The Tor Project, Inc.
+# Copyright (c) 2015-2017, The Tor Project, Inc.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
@@ -37,7 +37,7 @@ SHA256 mismatch if one tries to check that the binary we offer is actually the
the one we got from our reproducible builds.
This small Python snippet does both things: It pads the .exe if necessary and it
-recalculates the PE-file checksum. Details of the discussion can be foun in bug
+recalculates the PE-file checksum. Details of the discussion can be found in bug
15339: https://bugs.torproject.org/15539.
Thanks to a cypherpunk for this workaround idea.
More information about the tor-commits
mailing list