summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelvin M. Klann <kmk3.code@protonmail.com>2022-10-06 14:08:55 -0700
committerKarl Berry <karl@freefriends.org>2022-10-06 14:08:55 -0700
commit63216e554ffcc7ae2fb451fcc89c582dca20088e (patch)
tree4ea2f32ff764614411511dda940511a582e0ba43
parent7ae283510e2aa102f5590420e6e52ee2a4e27cc4 (diff)
downloadautomake-63216e554ffcc7ae2fb451fcc89c582dca20088e.tar.gz
doc: typo in HACKING changes.
* HACKING: allow backward compatibilities again.
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 248fd4b03..88d5274a9 100644
--- a/HACKING
+++ b/HACKING
@@ -174,7 +174,7 @@
* Major releases can introduce backward-incompatibilities (albeit such
incompatibilities should be announced well in advance, and a smooth
transition plan prepared for them), and try more risky and daring
- refactorings and code cleanups. Still, backward compatibilities are
+ refactorings and code cleanups. Still, backward incompatibilities are
extremely undesirable and should be avoided at all costs.
* For more information, refer to the extensive discussion associated