Skip to content

Commit 17df98b

Browse files
committed
Update ignored words list codespell.txt; fix spelling
1 parent 54416ba commit 17df98b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/linters/codespell.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,12 @@ encryted
183183
enebled
184184
enmpty
185185
entires
186-
enviornment
187186
environmnet
188187
equivalant
189188
erro
190189
erronous
191190
everthing
192191
everytime
193-
excption
194192
excute
195193
execept
196194
execption

python/lib/cloudutils/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def writeProgressBar(msg, result):
9898
sys.stdout.flush()
9999

100100
class UnknownSystemException(Exception):
101-
"This Excption is raised if the current operating enviornment is unknown"
101+
"This Exception is raised if the current operating environment is unknown"
102102
pass
103103

104104
class Distribution:

0 commit comments

Comments
 (0)