Skip to content

Commit 3fdab2d

Browse files
committed
Minor typo fix
1 parent 9cba84b commit 3fdab2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fluid/showConfig.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void Fluid<Phys>::ShowConfig() {
6060
<< ": Ohmic resistivity ENABLED with user-defined resistivity function."
6161
<< std::endl;
6262
if(!ohmicDiffusivityFunc) {
63-
IDEFIX_ERROR("No user-defined Ihmic resistivity function has been enrolled.");
63+
IDEFIX_ERROR("No user-defined Ohmic resistivity function has been enrolled.");
6464
}
6565
} else {
6666
IDEFIX_ERROR("Unknown Ohmic resistivity mode");

0 commit comments

Comments
 (0)