app, libgimp, libgimpwidgets, plug-ins, etc: rename behaviour to behavior
We use US English which uses behavior. So we replace all occurrences of behaviour. Most notable is File Open behavior in preferences. Besides that several mentions in function documentation and a few in comments.
This commit is contained in:
@ -251,7 +251,7 @@ def palette_sort(palette, selection, slice_expr, channel1, ascending1,
|
||||
except ValueError:
|
||||
# bad expression is okay here, just assume one row
|
||||
nrows = 1
|
||||
# remaining behaviour is implemented by SELECT_SLICE 'inheritance'.
|
||||
# remaining behavior is implemented by SELECT_SLICE 'inheritance'.
|
||||
selection = SELECT_SLICE
|
||||
elif selection in (SELECT_SLICE, SELECT_PARTITIONED):
|
||||
start, nrows, length = parse_slice(slice_expr, num_colors)
|
||||
|
Reference in New Issue
Block a user