From a1eded6ab88a45e423f6d853ace23eb03a1c365e Mon Sep 17 00:00:00 2001
From: Jean-Yves TINEVEZ <jean-yves.tinevez@pasteur.fr>
Date: Tue, 21 Jul 2020 17:49:30 +0200
Subject: [PATCH] Fix typos.

---
 src/@epicell/fit_ellipse_3d.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/@epicell/fit_ellipse_3d.m b/src/@epicell/fit_ellipse_3d.m
index 19cbdb5..121a936 100644
--- a/src/@epicell/fit_ellipse_3d.m
+++ b/src/@epicell/fit_ellipse_3d.m
@@ -1,7 +1,7 @@
 function [ f3d, v ] = fit_ellipse_3d( p, E, method )
 %FIT_ELLIPSE_3D Fit a 2D ellipse to a set of 3D points.
-%   The fit requires (or compute) the Euler angles of the plane fitted
-%   through the opints, so that we can project them on this plane. We then
+%   The fit requires (or computes) the Euler angles of the plane fitted
+%   through the points, so that we can project them on this plane. We then
 %   make a 2D ellipse fit on the projected points. This turns to be much
 %   more robust than a 3D fit, and also closely match our configuration.
 %
-- 
GitLab