From bccd30621519dfc547fedde86e4b37ef502bc7a5 Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Tue, 27 Sep 2016 18:15:50 +0200
Subject: [PATCH] [gridcreator] Fix typo

---
 dumux/io/gridcreator.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/io/gridcreator.hh b/dumux/io/gridcreator.hh
index f9a950e60f..ca65934743 100644
--- a/dumux/io/gridcreator.hh
+++ b/dumux/io/gridcreator.hh
@@ -1178,7 +1178,7 @@ public:
 
 private:
     /*!
-     * \brief Do some operatrion before making the grid
+     * \brief Do some operations before making the grid
      */
     static void preProcessing_(const std::string& modelParamGroup)
     {
-- 
GitLab