Fixed typo: acess -> access

This commit is contained in:
Markus Blatt
2022-11-01 21:45:47 +01:00
parent 86bbd38a55
commit 060dfde864
+1 -1
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)