diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2014-08-21 22:36:27 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2014-08-21 22:36:27 -0400 |
commit | c81bfc937a402865d3ab053ca2ed17a391750b05 (patch) | |
tree | 78361fdf4e23647b8de059a852a8a999421c6d72 | |
parent | 410601f4fac0ff1be2671f329c05fcd19c2c15a0 (diff) | |
download | gpsd-c81bfc937a402865d3ab053ca2ed17a391750b05.tar.gz |
Fix a bad thinko in the Hacking Guide.
-rw-r--r-- | www/hacking.html.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/hacking.html.in b/www/hacking.html.in index d8874846..37b13b5e 100644 --- a/www/hacking.html.in +++ b/www/hacking.html.in @@ -463,10 +463,10 @@ be 4 bytes on a 32-bit machine and 8 bytes on a 64-bit. If you mean to skip <h2 id="nohash">Avoid git hashes</h2> -<p>Style point: use git hashes in change comments. They'll become at -best a pain in the ass and at worst meaningless meaningless if the -project ever has to change version control systems again. Better to -refer by committer and date.</p> +<p>Style point: avoid using git hashes in change comments. They'll +become at best a pain in the ass and at worst meaningless meaningless +if the project ever has to change version control systems again. +Better to refer by committer and date.</p> <h1 id="understanding">Understanding the code</h1> |