diff --git a/galaxie.md b/galaxie.md
index efa51f3f5647507ff7d5d48cf25d100283f72ff0..417313447fee3289b98671b70dbaa9ef91b7dec2 100644
--- a/galaxie.md
+++ b/galaxie.md
@@ -499,7 +499,7 @@ Le quad tree doit avoir au moins trois fonctions dont les signatures sont:
 
     ```language-c
 
-    void update_acceleration_on_star(const node *const n, star *s,
+    void update_acceleration_from_node(const node *const n, star *s,
                                      double theta);
     ```