diff --git a/dumux/decoupled/2p/diffusion/fv/fvpressure2padaptive.hh b/dumux/decoupled/2p/diffusion/fv/fvpressure2padaptive.hh index a0dfe1aefa11e304a2a51d1aa4135f1526f30556..f50ff294acab75868ddf9143a8d8c40143d62273 100644 --- a/dumux/decoupled/2p/diffusion/fv/fvpressure2padaptive.hh +++ b/dumux/decoupled/2p/diffusion/fv/fvpressure2padaptive.hh @@ -271,7 +271,7 @@ void FVPressure2PAdaptive<TypeTag>::getFlux(EntryType& entry, const Intersection { ElementPointer neighborPointer2 = isItI->outside(); - // make sure we do not chose elemntI as third element + // make sure we do not choose elemntI as third element // -> faces with hanging node have more than one intersection but only one face index! if (neighborPointer2 != elementJ && isItI->indexInInside() == isIndexI) { diff --git a/dumux/decoupled/2p/diffusion/fv/fvvelocity2padaptive.hh b/dumux/decoupled/2p/diffusion/fv/fvvelocity2padaptive.hh index f7b809c5cbf74ef6141e23a64bbdc509006a306d..c4a138d8438d4b7238092adf08304ef65c602581 100644 --- a/dumux/decoupled/2p/diffusion/fv/fvvelocity2padaptive.hh +++ b/dumux/decoupled/2p/diffusion/fv/fvvelocity2padaptive.hh @@ -229,7 +229,7 @@ void FVVelocity2PAdaptive<TypeTag>::calculateVelocity(const Intersection& inters { ElementPointer neighborPointer2 = isItI->outside(); - // make sure we do not chose elemntI as third element + // make sure we do not choose elemntI as third element // -> faces with hanging node have more than one intersection but only one face index! if (neighborPointer2 != elementJ && isItI->indexInInside() == isIndexI) {