diff --git a/src/@deproj/from_heightmap.m b/src/@deproj/from_heightmap.m index 96593426a12f6e3070d155adc292b7c01b2fcd9e..b349cad428d168e14e0228102b3621c39cb90595 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, ...