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