Skip to content

Commit

Permalink
Fix Codespell Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Jan 21, 2025
1 parent 66e83ea commit bab14cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .codespell-ignore-words
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ frop
geometrys
hist
hsi
indx
infor
inout
ist
Expand Down
2 changes: 1 addition & 1 deletion Src/Base/AMReX_BLProfiler.H
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ class BLProfiler
#endif

// ============================================================
// If applicible, turn off comm profiling
// If applicable, turn off comm profiling
// ============================================================

#ifndef BL_COMM_PROFILING
Expand Down
2 changes: 1 addition & 1 deletion Src/Base/AMReX_BoxDomain.H
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public:

/**
* Returns True if this BoxDomain is valid. Checks for
* disjointness. Returns true if the BoxDomain is empty.
* disjointedness. Returns true if the BoxDomain is empty.
*/
[[nodiscard]] bool ok () const;

Expand Down
2 changes: 1 addition & 1 deletion Src/Base/AMReX_NonLocalBC.H
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ static_assert(IsIndexMapping<MultiBlockIndexMapping>(), // NOLINT(bugprone-throw
//! \brief This class stores data dependencies for an inter-block communication.
//!
//! In communication between two blocks one might need to do an index
//! transformation from one block to antoher.
//! transformation from one block to another.
struct MultiBlockCommMetaData : FabArrayBase::CommMetaData {
//! \name Constructors

Expand Down

0 comments on commit bab14cf

Please sign in to comment.