summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-12-01 12:16:43 +0100
committerUlrich Müller <ulm@gentoo.org>2018-12-01 13:57:02 +0100
commit1993155e3e113c21cb25891167ce885be74b0ade (patch)
tree377535c2969c3b088c7560c6ff640b75163be756
parentglep-0075: Clarify conversion into hexadecimal notation. (diff)
downloadglep-1993155e3e113c21cb25891167ce885be74b0ade.tar.gz
glep-1993155e3e113c21cb25891167ce885be74b0ade.tar.bz2
glep-1993155e3e113c21cb25891167ce885be74b0ade.zip
glep-0075: Fix a typo.
Bug: https://bugs.gentoo.org/666678 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--glep-0075.rst2
1 files changed, 1 insertions, 1 deletions
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: