Browse Source

impact -> affect

Nick Mathewson 6 years ago
parent
commit
9e317641f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/HACKING/CodingStandards.md

+ 1 - 1
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
 =======================