diff --git a/pyAmakIHM/classes/controleur.py b/pyAmakIHM/classes/controleur.py
index 3191907b24a5500eddaa81e820f5f6e9ec0057d6..61e975c07b7c74bb8b20c888ef20786c93283c57 100644
--- a/pyAmakIHM/classes/controleur.py
+++ b/pyAmakIHM/classes/controleur.py
@@ -54,8 +54,8 @@ class Controleur:
     """
     Draw an image with x,y coords and its name
     """
-    def draw_image(self, x : float, y : float, name : str) -> int:
-        return self.__fenetre.draw_image(x, y, name)
+    def draw_image(self, x : float, y : float, fileName : str) -> int:
+        return self.__fenetre.draw_image(x, y, fileName)
 
     """
     Draw a text with x,y coords