From 8c785d036c8bae77529f038741d7a9543a2898f5 Mon Sep 17 00:00:00 2001 From: Jean-Yves TINEVEZ <jean-yves.tinevez@pasteur.fr> Date: Wed, 22 Jul 2020 14:33:05 +0200 Subject: [PATCH] Fix typo. --- src/@deproj/plot_curvatures.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@deproj/plot_curvatures.m b/src/@deproj/plot_curvatures.m index 46fc54e..4b5d91c 100644 --- a/src/@deproj/plot_curvatures.m +++ b/src/@deproj/plot_curvatures.m @@ -1,5 +1,5 @@ function [ hf, ax1, ax2, ax3 ] = plot_curvatures( obj, scale_bar_length ) -%PLOT_CURVATURES Figure with the local curvaure for a collection of epicells. +%PLOT_CURVATURES Figure with the local curvature for a collection of epicells. if nargin < 2 scale_bar_length = 10; -- GitLab