doc: fix typo in GIT_ALTERNATE_OBJECT_DIRECTORIES

One file accidentally spelled GIT_ALTERNATE_OBJECT_DIRECTORIES with REPOSITORIES instead of DIRECTORIES. Fix the typo. Signed-off-by: Alexander Monakov <amonakov@ispras.ru> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Alexander Monakov committed Jun 5, 2026 at 20:26 UTC d1b72b29e993ece28ace1f7f5d587e959e26c65c
1 file changed +1 -1
Documentation/technical/hash-function-transition.adoc
+1 -1
@@ -545,7 +545,7 @@ Alternates
545 ~~~~~~~~~~
546 For the same reason, a SHA-256 repository cannot borrow objects from a
547 SHA-1 repository using objects/info/alternates or
548 -$GIT_ALTERNATE_OBJECT_REPOSITORIES.
548 +$GIT_ALTERNATE_OBJECT_DIRECTORIES.
549
550 git notes
551 ~~~~~~~~~