Skip to content

Commit

Permalink
Spelling fixes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed May 28, 2024
1 parent 7b9969d commit 3df70aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ library, the IOSS library, nem_slice, and nem_spread.
| | 64 | X | X | | |

Only the base topology name is required for the element type. For example, all
elements of a `hex` toplogy can be referred to by the name `hex` no
elements of a `hex` topology can be referred to by the name `hex` no
matter how many nodes there are. However, it is also correct to
append the node count to the topology type for the element name. For
example, a 20-node hex could be named `hex20`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ namespace Ioex {
}
}

// Check whether we are on a NFS filesyste -- composed output is sometimes slow/hangs
// Check whether we are on a NFS filesystem -- composed output is sometimes slow/hangs
// on NFS
if (myProcessor == 0) {
if (file.is_nfs()) {
Expand Down

0 comments on commit 3df70aa

Please sign in to comment.