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:
Jacob Boerema
2023-07-21 15:35:23 -04:00
parent 4fa1472e9c
commit 18408ce966
16 changed files with 18 additions and 18 deletions

View File

@ -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)