comparison libinterp/dldfcn/__magick_read__.cc @ 21308:c53bfd6d8e08

maint: Use American spelling for "behavior". * Array.cc, randmtzig.c, file-ops.cc, oct-inttypes.h, cross.m, bicgstab.m, kurtosis.m, skewness.m, build-sparse-tests.sh, __ilu__.cc, __magick_read__.cc: Use American spelling for "behavior".
author Rik <rik@octave.org>
date Fri, 19 Feb 2016 09:40:59 -0800
parents 40de9f8f23a6
children f2ae78f5827f
comparison
equal deleted inserted replaced
21307:61c96c37ce69 21308:c53bfd6d8e08
136 return depth; 136 return depth;
137 } 137 }
138 138
139 // We need this in case one of the sides of the image being read has 139 // We need this in case one of the sides of the image being read has
140 // width 1. In those cases, the type will come as scalar instead of range 140 // width 1. In those cases, the type will come as scalar instead of range
141 // since that's the behaviour of the colon operator (1:1:1 will be a scalar, 141 // since that's the behavior of the colon operator (1:1:1 will be a scalar,
142 // not a range). 142 // not a range).
143 static Range 143 static Range
144 get_region_range (const octave_value& region) 144 get_region_range (const octave_value& region)
145 { 145 {
146 Range output; 146 Range output;