From 0cfa7223c49c31aac86f2fc64f0c356f54a835a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Fri, 20 Jul 2012 11:36:02 +0200 Subject: [PATCH] Fix misprint in comment. --- opm/core/grid/cpgpreprocess/preprocess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/grid/cpgpreprocess/preprocess.c b/opm/core/grid/cpgpreprocess/preprocess.c index fe2b4a86..899ccfe7 100644 --- a/opm/core/grid/cpgpreprocess/preprocess.c +++ b/opm/core/grid/cpgpreprocess/preprocess.c @@ -872,7 +872,7 @@ void process_grdecl(const struct grdecl *in, /* -----------------------------------------------------------------*/ /* (re)allocate space for and compute coordinates of nodes that - * arise from intesecting cells (faults) */ + * arise from intersecting cells (faults) */ compute_intersection_coordinates(intersections, out); free (intersections);