Skip to content

Commit 4fe6052

Browse files
simon04hierynomus
andauthoredMar 19, 2025
Fix typo "default" (#997)
Co-authored-by: Jeroen van Erp <jeroen@hierynomus.com>
1 parent 0816bf9 commit 4fe6052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/main/java/net/schmizz/sshj/common/SecurityUtils.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ private static void register() {
286286
if (securityProvider == null && registerBouncyCastle == null) {
287287
LOG.info("BouncyCastle not registered, using the default JCE provider");
288288
} else if (securityProvider == null) {
289-
LOG.error("Failed to register BouncyCastle as the defaut JCE provider");
290-
throw new SSHRuntimeException("Failed to register BouncyCastle as the defaut JCE provider");
289+
LOG.error("Failed to register BouncyCastle as the default JCE provider");
290+
throw new SSHRuntimeException("Failed to register BouncyCastle as the default JCE provider");
291291
}
292292
}
293293
registrationDone = true;

0 commit comments

Comments
 (0)
Failed to load comments.