diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-10 10:03:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-10 10:03:45 -0400 |
commit | 9e317641f9b13c4fd8aa2be3e7fbb1a447ecc324 (patch) | |
tree | 74ae46176ca57cb613aa101a7a95fe1003faccf9 /doc | |
parent | 9ec9589c3a5123c957471d3bcbd6219bdfb070c7 (diff) | |
download | tor-9e317641f9b13c4fd8aa2be3e7fbb1a447ecc324.tar.gz tor-9e317641f9b13c4fd8aa2be3e7fbb1a447ecc324.zip |
impact -> affect
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING/CodingStandards.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HACKING/CodingStandards.md b/doc/HACKING/CodingStandards.md index cc1ba8e773..1955434b0a 100644 --- 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 ======================= |