ladybird/Userland/Libraries/LibJS/Tests/builtins
Ben Wiederhake 36ff6187f6 Everywhere: Change spelling of 'behaviour' to 'behavior'
"The official project language is American English […]."
5d2e915623/CONTRIBUTING.md (L30)

Here's a short statistic of the occurrences of the word "behavio(u)r":

$ git grep -IPioh 'behaviou?r' | sort | uniq -c | sort -n
      2 BEHAVIOR
     24 Behaviour
     32 behaviour
    407 Behavior
    992 behavior

Therefore, it is clear that "behaviour" (56 occurrences) should be
regarded a typo, and "behavior" (1401 occurrences) should be preferred.

Note that The occurrences in LibJS are intentionally NOT changed,
because there are taken verbatim from the specification. Hence:

$ git grep -IPioh 'behaviou?r' | sort | uniq -c | sort -n
      2 BEHAVIOR
     10 behaviour
     24 Behaviour
    407 Behavior
   1014 behavior
2023-05-07 01:05:09 +02:00
..
AggregateError
Array
ArrayBuffer
Atomics
BigInt
Boolean
DataView
Date LibJS: Make yy{/,-}mm{/,-}dd hh:mm test timezone independent 2023-03-23 13:33:03 -04:00
DisposableStack LibJS: Add DisposableStack{, Prototype, Constructor} 2023-01-23 09:56:50 +00:00
Error
FinalizationRegistry
Function
functions
Infinity
Intl LibUnicode: Fix typos causing text segmentation on mid-word punctuation 2023-02-15 12:36:47 +01:00
JSON
Map
Math
NaN
Number LibJS: Make int_part a double in StringPrototype::to_string 2023-03-01 10:53:31 +01:00
Object
Promise
Proxy LibJS: Guard against stack overflow in ProxyObject set_property() 2023-05-06 06:46:02 -07:00
Reflect
RegExp LibJS: Manually loop over escaped regex pattern instead of ::replace() 2023-02-16 21:03:19 +01:00
Set
ShadowRealm
String
SuppressedError
Symbol LibJS: Add Symbol.dispose 2023-01-23 09:56:50 +00:00
Temporal Everywhere: Change spelling of 'behaviour' to 'behavior' 2023-05-07 01:05:09 +02:00
TypedArray
WeakMap
WeakRef
WeakSet