From d6e98c21fbd96588051fe3da9313156c144f1da7 Mon Sep 17 00:00:00 2001
From: zianwangs <49712411+zianwangs@users.noreply.github.com>
Date: Thu, 19 Jun 2025 04:10:12 -0700
Subject: [PATCH] Fix typos (#11200)
---
.github/workflows/test.yml | 2 +-
config/config-example.js | 2 +-
old-simulator-doc.txt | 2 +-
server/chat-plugins/trivia/trivia.ts | 2 +-
test/sim/team-validator/formes.js | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ed37adcf6b..744f295265 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -65,7 +65,7 @@ jobs:
data/**
sim/**
- - name: Run selective lint & neccessary tests (if pull request)
+ - name: Run selective lint & necessary tests (if pull request)
if: ${{ github.event_name == 'pull_request' }}
run: npm run full-test-ci
env:
diff --git a/config/config-example.js b/config/config-example.js
index 1ff0c2a716..0eb71b9882 100644
--- a/config/config-example.js
+++ b/config/config-example.js
@@ -500,7 +500,7 @@ exports.lastfmkey = '';
exports.chatlogreader = 'fs';
/**
* permissions and groups:
- * Each entry in `grouplist` is a seperate group. Some of the members are "special"
+ * Each entry in `grouplist` is a separate group. Some of the members are "special"
* while the rest is just a normal permission.
* The order of the groups determines their ranking.
* The special members are as follows:
diff --git a/old-simulator-doc.txt b/old-simulator-doc.txt
index 4a0c63ec96..09d9de7157 100644
--- a/old-simulator-doc.txt
+++ b/old-simulator-doc.txt
@@ -190,7 +190,7 @@ end() [on weather, on field effect]
Return true to stop an effect from ending.
Most ways an effect can end are "natural". The biggest exception is
- when a pokemon swiches out. In general, if you would receive a message
+ when a pokemon switches out. In general, if you would receive a message
when the effect ends, the end event would be fired.
NOTE: NOT fired when a pokemon switches out (see switchOut).
diff --git a/server/chat-plugins/trivia/trivia.ts b/server/chat-plugins/trivia/trivia.ts
index 4e5e149785..a3474e78a9 100644
--- a/server/chat-plugins/trivia/trivia.ts
+++ b/server/chat-plugins/trivia/trivia.ts
@@ -2690,7 +2690,7 @@ const mastermindCommands: Chat.ChatCommands = {
];
return this.sendReplyBox(
`Mastermind is a game in which each player tries to score as many points as possible in a timed round where only they can answer, ` +
- `and the top X players advance to the finals, which is a timed game of Trivia in which only the first player to answer a question recieves points.` +
+ `and the top X players advance to the finals, which is a timed game of Trivia in which only the first player to answer a question receives points.` +
`Commands
${commandHelp.join('
')} `
);
},
diff --git a/test/sim/team-validator/formes.js b/test/sim/team-validator/formes.js
index 7a3380e7da..518f782fb6 100644
--- a/test/sim/team-validator/formes.js
+++ b/test/sim/team-validator/formes.js
@@ -101,7 +101,7 @@ describe('Team Validator', () => {
});
// Zamazenta is unreleased currently
- it.skip('should tier Zacian and Zamazenta formes seperately', () => {
+ it.skip('should tier Zacian and Zamazenta formes separately', () => {
team = [
{ species: 'zamazenta-crowned', ability: 'dauntlessshield', item: 'rustedshield', moves: ['howl'], evs: { hp: 1 } },
];