From a7ed61db639efdc9f3d3f3d9369476cc395d499f Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:01:36 +0100 Subject: [PATCH] fix: typo --- src/ansys/mapdl/core/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys/mapdl/core/misc.py b/src/ansys/mapdl/core/misc.py index e2c6e3cc0d..4fbc42d7d1 100644 --- a/src/ansys/mapdl/core/misc.py +++ b/src/ansys/mapdl/core/misc.py @@ -285,7 +285,7 @@ def no_return(func): def wrapper(*args, **kwargs): func(*args, **kwargs) - LOG.debug("Output has been supressed.") + LOG.debug("Output has been suppressed.") return wrapper