summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2023-05-06 16:53:22 +0200
committerJelle Raaijmakers <jelle@gmta.nl>2023-05-07 01:05:09 +0200
commit36ff6187f6f5e67ba3f2085b5257ec1de10cf79b (patch)
treeacf8fcc6088e0975391fee6cc94239189b2da990 /Ports
parentd5f8dac2bd6b2b72719b0ed03954a5fa3bf8ed0a (diff)
downloadserenity-36ff6187f6f5e67ba3f2085b5257ec1de10cf79b.zip
Everywhere: Change spelling of 'behaviour' to 'behavior'
"The official project language is American English […]." https://github.com/SerenityOS/serenity/blob/5d2e9156239cd707a22ecea6c87d48e5fc1cbe84/CONTRIBUTING.md?plain=1#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
Diffstat (limited to 'Ports')
-rw-r--r--Ports/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/README.md b/Ports/README.md
index 705a96a68f..f1c3b2406c 100644
--- a/Ports/README.md
+++ b/Ports/README.md
@@ -302,7 +302,7 @@ Defaults to `$port-$version`.
### Functions
The various steps of the port installation process are split into individual
-Bash functions, some of which can be overridden to provide custom behaviour,
+Bash functions, some of which can be overridden to provide custom behavior,
like this:
```bash