From 2811c6fa4f3ff5482867ee20b4f8ecd8f5326e82 Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Mon, 27 May 2019 16:25:50 +0200
Subject: [PATCH] corrected typo in function name

---
 galaxie.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/galaxie.md b/galaxie.md
index efa51f3..4173134 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);
     ```
 
-- 
GitLab