From 3e0f256f13a7e8c9bbaf48a1957630fa4662b2ed Mon Sep 17 00:00:00 2001 From: Jean-Yves TINEVEZ <jean-yves.tinevez@pasteur.fr> Date: Thu, 16 Jul 2020 21:12:29 +0200 Subject: [PATCH] Fix typo. --- src/@deproj/from_heightmap.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@deproj/from_heightmap.m b/src/@deproj/from_heightmap.m index 9659342..b349cad 100644 --- a/src/@deproj/from_heightmap.m +++ b/src/@deproj/from_heightmap.m @@ -138,7 +138,7 @@ function obj = from_heightmap( ... %% Compute local curvature from the smoothed height-map. % Ref: http://users.vcnet.com/simonp/curvature.pdf - fprintf('Compuing tissue local curvature.\n' ) + fprintf('Computing tissue local curvature.\n' ) [ curvMean, curvGauss, curvK1, curvK2 ] = deproj.compute_curvatures( ... Hs1, ... object_scale, ... -- GitLab