commit 9e317641f9b13c4fd8aa2be3e7fbb1a447ecc324
parent 9ec9589c3a5123c957471d3bcbd6219bdfb070c7
Author: Nick Mathewson <nickm@torproject.org>
Date: Mon, 10 Jul 2017 10:03:45 -0400
impact -> affect
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/HACKING/CodingStandards.md b/doc/HACKING/CodingStandards.md
@@ -40,7 +40,7 @@ If you are submitting a major patch or new feature, or want to in the future...
If you have changed build system components:
- Please run `make distcheck`
- For example, if you have changed Makefiles, autoconf files, or anything
- else that impacts the build system.
+ else that affects the build system.
How we use Git branches
=======================