From: Markus Blatt <markus@dr-blatt.de>
Date: Tue, 1 Nov 2022 21:44:59 +0100
Subject: Fixed typo: acess -> access

---
 ebos/eclproblem.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebos/eclproblem.hh b/ebos/eclproblem.hh
index 9cb8611..bf02c6c 100644
--- a/ebos/eclproblem.hh
+++ b/ebos/eclproblem.hh
@@ -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)
