summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSanjeev Gupta <ghane0@gmail.com>2018-11-08 23:19:28 +0800
committerGary E. Miller <gem@rellim.com>2018-11-08 10:43:15 -0800
commit1810399c9eea1d1d32c815cc950bd723cd322945 (patch)
tree18f80cd0bc75275aa2ed8f8415aa6ae9f5caa63d /www
parentced20ac99bf589d78b486768bc8d5cd98bd65795 (diff)
downloadgpsd-1810399c9eea1d1d32c815cc950bd723cd322945.tar.gz
Typo: progression -> regression
Signed-off-by: Sanjeev Gupta <ghane0@gmail.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
Diffstat (limited to 'www')
-rw-r--r--www/hacking.html.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/hacking.html.in b/www/hacking.html.in
index 75856bcb..df9ddcb8 100644
--- a/www/hacking.html.in
+++ b/www/hacking.html.in
@@ -1620,7 +1620,7 @@ include any other devices that aren't static-testable. When the
correctness of drivers and core code in handling is suspect, they have
to be live-tested by someone with access to the actual device.</p>
-<p>The goal of our release procedure is simple: prevent functional progressions.
+<p>The goal of our release procedure is simple: prevent functional regressions.
No device that worked in release N should break in release N+1. Of course
we also want to prevent shipping broken core code.</p>