From bf3b0342657d319e177090a9d1a7c01b7e4c145a Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Tue, 6 Mar 2018 11:30:40 +0100
Subject: [PATCH] [skip ci] Fix some typos

---
 python/dune/perftool/pdelab/restriction.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/python/dune/perftool/pdelab/restriction.py b/python/dune/perftool/pdelab/restriction.py
index 4c49f021..03c55eae 100644
--- a/python/dune/perftool/pdelab/restriction.py
+++ b/python/dune/perftool/pdelab/restriction.py
@@ -12,9 +12,9 @@ def restricted_name(name, restriction):
       FacetNormal(cell)('+'). The user needs to make the right choice
       in the UFL file.
 
-    - In the literature this convention is sometimes swaped. In order
-      to be consisten with UFL we choose ('+') as self and ('-') as
-      neighbor and choose the outer unit normal vector accoringly.
+    - In the literature this convention is sometimes swapped. In order
+      to be consistent with UFL we choose ('+') as self and ('-') as
+      neighbor and choose the outer unit normal vector accordingly.
 
     """
     if restriction == Restriction.NONE:
-- 
GitLab