From 98fe6ebc122db56272fd112588b1c7ba4556717a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Oudin?= Date: Sun, 11 Feb 2018 17:29:17 +0100 Subject: [PATCH] s/ellipsoid/spheroid --- spheroid.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spheroid.hpp b/spheroid.hpp index 92e2efb..93a647a 100644 --- a/spheroid.hpp +++ b/spheroid.hpp @@ -1,5 +1,5 @@ /** - * Defines an ellispoid, which is a basic interpretaion of the ball when it is + * Defines a spheroid, which is a basic interpretaion of the ball when it is * bouncing. **/