Fixed typo: acess -> access

This commit is contained in:
Markus Blatt 2022-11-01 21:44:59 +01:00
parent 86bbd38a55
commit 060dfde864

View File

@ -2929,7 +2929,7 @@ private:
const std::vector<T>& operator()(FaceDir::DirEnum dir) const
{
if (dir == FaceDir::DirEnum::Unknown)
throw std::runtime_error("Tried to acess BC data for the 'Unknown' direction");
throw std::runtime_error("Tried to access BC data for the 'Unknown' direction");
int idx = 0;
int div = static_cast<int>(dir);
while ((div /= 2) >= 1)