From fb95a08e20ff1f8de6ffc37e44fc3dc58c21add2 Mon Sep 17 00:00:00 2001
From: Henry Weller <http://cfd.direct>
Date: Sat, 5 Nov 2016 21:00:16 +0000
Subject: [PATCH] indexedOctree: Corrected comment

Resolves bug-report http://bugs.openfoam.org/view.php?id=2319
---
 src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H b/src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H
index 0fb024f2d18..1d4c7d844f4 100644
--- a/src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H
+++ b/src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H
@@ -119,7 +119,7 @@ private:
 
     // Static data
 
-        //- Relative peturbation tolerance. Determines when point is
+        //- Relative perturbation tolerance. Determines when point is
         //  considered to be close to face/edge of bb of node.
         //  The tolerance is relative to the bounding box of the smallest
         //  node.
-- 
GitLab