commit: 1993155e3e113c21cb25891167ce885be74b0ade Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Dec 1 11:16:43 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Dec 1 12:57:02 2018 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=1993155e
glep-0075: Fix a typo. Bug: https://bugs.gentoo.org/666678 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> glep-0075.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glep-0075.rst b/glep-0075.rst index 19ce10e..b5d2572 100644 --- a/glep-0075.rst +++ b/glep-0075.rst @@ -104,7 +104,7 @@ For example, the list of ``2:4`` would indicate that top-level directory names are formed using 2 most significant bits of the hash (resulting in 2² = 4 directories), and each of this directories would have subdirectories formed using the next 4 bits of the hash (resulting -in 2⁴ = 8 subdirectories each). +in 2⁴ = 16 subdirectories each). The exact algorithm for determining the distfile location follows:
