Skip to content

Commit dd7c9f3

Browse files
committed
spellcheck fix
1 parent 773e6f9 commit dd7c9f3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.typos.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[default]
2+
extend-ignore-re = [
3+
"(?Rm)^.*(#|//)\\s*spellchecker:disable-line$",
4+
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
5+
"(#|//)\\s*spellchecker:ignore-next-line\\n.*"
6+
]

bin/install-package-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ is_numeric() {
1515
*) return 0;; # returns 0 if numeric
1616
esac
1717
}
18-
# Promt color vars.
18+
# Prompt color vars.
1919
C_RED="\033[31m"
2020
C_BLUE="\033[34m"
2121
NO_FORMAT="\033[0m"

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- Strip the filepaths down to the relevant bit. -->
2323
<arg name="basepath" value="./"/>
2424

25-
<!-- Check up to 8 files simultanously. -->
25+
<!-- Check up to 8 files simultaneously. -->
2626
<arg name="parallel" value="8"/>
2727

2828
<!--

0 commit comments

Comments
 (0)