diff src/main/java/org/monetdb/mcl/net/MapiSocket.java @ 943:ff075ed5ce81

Spell check.
author Sjoerd Mullender <sjoerd@acm.org>
date Thu, 09 Jan 2025 10:56:14 +0100 (3 months ago)
parents d416e9b6b3d0
children
line wrap: on
line diff
--- a/src/main/java/org/monetdb/mcl/net/MapiSocket.java
+++ b/src/main/java/org/monetdb/mcl/net/MapiSocket.java
@@ -182,7 +182,7 @@ public final class MapiSocket {
 	/**
 	 * Sets whether MCL redirections should be followed or not.  If set
 	 * to false, an MCLException will be thrown when a redirect is
-	 * encountered during connect.  The default bahaviour is to
+	 * encountered during connect.  The default behavior is to
 	 * automatically follow redirects.
 	 *
 	 * @param r whether to follow redirects (true) or not (false)