Fix typo in NetworkEncryptionUtils (#3133)

This commit is contained in:
apple502j 2022-05-04 21:21:55 +09:00 committed by GitHub
parent 0e3d4f9084
commit 8882f49d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -225,5 +225,5 @@ CLASS net/minecraft/class_3515 net/minecraft/network/encryption/NetworkEncryptio
COMMENT Utilities for working with a secure random number generator.
FIELD field_39041 SECURE_RANDOM Ljava/security/SecureRandom;
METHOD method_43531 nextLong ()J
COMMENT {@return a random number generated with a cryptograhically secure
COMMENT {@return a random number generated with a cryptographically secure
COMMENT random number generator}