Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/00-fluent/exhaust_system_settings_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,8 @@
###############################################################################
# Solve and postprocess
# ---------------------
# Once you have completed the fault tolerate meshing workflow, you can solve and
# postprcess the results.
# Once you have completed the fault-tolerant meshing workflow, you can solve and
# postprocess the results.
Copy link
Collaborator

@seanpearsonuk seanpearsonuk Sep 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Gobot1234.

We supposedly have a safety net to prevent this but based on recent PRs, it isn't being applied effectively.

N.b. previous line has "the fault tolerate meshing workflow".

@prmukherj @mkundu1 @hpohekar @mayankansys

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue is that vale is only part of our documentation, so it checks only the doc directory. Overall the codebase is checked by code-spell but it seems to ignore comments and docstrings although it is configured correctly only. I will try to figure out the exact issue and let everyone know.

Copy link
Collaborator

@seanpearsonuk seanpearsonuk Sep 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Gobot1234 The above correction would be fault-tolerant

#
# Switch to solution mode
# ~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion examples/00-fluent/external_compressible_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
# Solve and postprocess
# ---------------------
# Once you have completed the watertight geometry meshing workflow, you can
# solve and postprcess the results.
# solve and postprocess the results.
#
# Switch to solution mode
# ~~~~~~~~~~~~~~~~~~~~~~~
Expand Down