From 91f30734ef8f15fa458757738cb3d3405a90c084 Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Thu, 20 Oct 2011 16:04:02 +0200
Subject: [PATCH] Typo

---
 slapos/recipe/sphinx/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slapos/recipe/sphinx/__init__.py b/slapos/recipe/sphinx/__init__.py
index 1bb14fe53..2dd2eee1f 100644
--- a/slapos/recipe/sphinx/__init__.py
+++ b/slapos/recipe/sphinx/__init__.py
@@ -50,7 +50,7 @@ class Recipe(GenericBaseRecipe):
     # Create init script
     wrapper = self.createPythonScript(
         self.options['wrapper'], 
-        'slapos.recipe.librecipe.execute.executee', 
+        'slapos.recipe.librecipe.execute.execute', 
         [self.options['sphinx-searchd-binary'].strip(), '-c',
          sphinx_conf_path, '--nodetach'],
         )
-- 
2.30.9