Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gassmoeller committed Oct 23, 2024
1 parent a9ddee7 commit a481376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/aspect/boundary_traction/interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ namespace aspect
* The list of plugin objects can be
* requested by calling get_active_plugins() and the
* list of boundaries they are responsible for is
* returnd by get_active_plugin_boundary_indicators().
* returned by get_active_plugin_boundary_indicators().
*/
ComponentMask
get_component_mask(const types::boundary_id boundary_id) const;
Expand Down
2 changes: 1 addition & 1 deletion include/aspect/boundary_velocity/interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ namespace aspect
* The list of plugin objects can be
* requested by calling get_active_plugins() and the
* list of boundaries they are responsible for is
* returnd by get_active_plugin_boundary_indicators().
* returned by get_active_plugin_boundary_indicators().
*/
ComponentMask
get_component_mask(const types::boundary_id boundary_id) const;
Expand Down

0 comments on commit a481376

Please sign in to comment.