Skip to content

Commit f790241

Browse files
committed
Fixed misspelling
Changed SPSOOKY to SPOOKY. [ticket: X]
1 parent f15d42d commit f790241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_hash_procedures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ entries, and for keys with a few thousand elements, but testing of
223223
performance has only been been for tables up to `2**16`elements and
224224
performance may degrade for larger numbers of entries.
225225
While one of the codes in `stdlib_hash_64bit`,
226-
`SPSOOKY_HASH`, can also be used to calculate 128 bit hash codes, none
226+
`SPOOKY_HASH`, can also be used to calculate 128 bit hash codes, none
227227
of the current codes can be used to calculate 256 bit hash codes.
228228
Such larger hash codes are useful for larger hash tables and keys, and
229229
for checksums.

0 commit comments

Comments
 (0)