@@ -240,7 +240,7 @@ def connect_to_server(ip=LOCALHOST, port=DPF_DEFAULT_PORT, as_global=True, timeo
240240 """Connect to an existing DPF server.
241241
242242 This method sets the global default channel that is then used for the
243- duration of the DPF sesssion .
243+ duration of the DPF session .
244244
245245 Parameters
246246 ----------
@@ -255,7 +255,7 @@ def connect_to_server(ip=LOCALHOST, port=DPF_DEFAULT_PORT, as_global=True, timeo
255255 module. All DPF objects created in this Python session will
256256 use this IP and port. The default is ``True``.
257257 timeout : float, optional
258- Maximum number of seconds for the initalization attempt.
258+ Maximum number of seconds for the initialization attempt.
259259 The default is ``10``. Once the specified number of seconds
260260 passes, the connection fails.
261261
@@ -297,7 +297,7 @@ class DpfServer:
297297 Port to connect to the remote instance on. The default is
298298 ``"DPF_DEFAULT_PORT"``, which is 50054.
299299 timeout : float, optional
300- Maximum number of seconds for the initalization attempt.
300+ Maximum number of seconds for the initialization attempt.
301301 The default is ``10``. Once the specified number of seconds
302302 passes, the connection fails.
303303 as_global : bool, optional
@@ -584,7 +584,7 @@ def launch_dpf(ansys_path, ip=LOCALHOST, port=DPF_DEFAULT_PORT, timeout=10, dock
584584 Port to connect to the remote instance on. The default is
585585 ``"DPF_DEFAULT_PORT"``, which is 50054.
586586 timeout : float, optional
587- Maximum number of seconds for the initalization attempt.
587+ Maximum number of seconds for the initialization attempt.
588588 The default is ``10``. Once the specified number of seconds
589589 passes, the connection fails.
590590 docker_name : str, optional
0 commit comments