Skip to content

Commit

Permalink
Fixed typo in word parabolic in FEFluidNormalVelocity
Browse files Browse the repository at this point in the history
  • Loading branch information
gateshian committed Dec 7, 2024
1 parent ddf6988 commit 1c16407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FEBioFluid/FEFluidNormalVelocity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ void FEFluidNormalVelocity::Activate()
{
if (SetParabolicVelocity() == false)
{
feLogError("Unable to set parablic velocity\n");
feLogError("Unable to set parabolic velocity\n");
}
}

Expand Down

0 comments on commit 1c16407

Please sign in to comment.