From 8c07df03ac35596352df00e0612cd03dec4a91f0 Mon Sep 17 00:00:00 2001
From: Pedro Gonnet <pedro.gonnet@durham.ac.uk>
Date: Fri, 23 Aug 2013 10:24:44 +0000
Subject: [PATCH] typo.

Former-commit-id: 858f34955567ab67a7b0fd4b8ab12e13fbcc2fa6
---
 src/engine.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/engine.c b/src/engine.c
index c89e1e4400..cdcae94cc0 100644
--- a/src/engine.c
+++ b/src/engine.c
@@ -238,7 +238,7 @@ void engine_repartition ( struct engine *e ) {
         /* Make sure there are no zero weights. */
         for ( k = 0 ; k < 26*nr_cells ; k++ )
             if ( weights_e[k] == 0 )
-                weigths_e[k] = 1;
+                weights_e[k] = 1;
     
         /* Allocate and fill the connection array. */
         idx_t *offsets;
-- 
GitLab