Skip to content

Commit

Permalink
Merge pull request #13248 from rschoof/typo_correction
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jan 17, 2022
2 parents d78515f + 0fc5c6c commit 67a4382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/deal.II/base/parameter_acceptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ class ParameterAcceptor : public Subscriptor
/**
* Declare parameter call back. This signal is triggered right after
* declare_parameters() has been called, to allow users to prepare their
* variables right after parameters have been decalred. The default
* variables right after parameters have been declared. The default
* implementation is empty.
*/
boost::signals2::signal<void()> declare_parameters_call_back;
Expand Down

0 comments on commit 67a4382

Please sign in to comment.