Skip to content

Commit 56e5e02

Browse files
committed
Fix up codespell
1 parent fbb0794 commit 56e5e02

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/linters/codespell.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ acount
44
actuall
55
acuiring
66
acumulate
7+
addin
78
addreess
89
addtion
910
adminstrator

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ repos:
107107
args: [--markdown-linebreak-ext=md]
108108
exclude: ^services/console-proxy/rdpconsole/src/test/doc/freerdp-debug-log\.txt$
109109
- repo: https://github.com/codespell-project/codespell
110-
rev: v2.2.6
110+
rev: v2.4.1
111111
hooks:
112112
- id: codespell
113113
name: run codespell

server/src/main/java/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ public ConsoleProxyVO startNew(long dataCenterId) throws ConcurrentOperationExce
569569
if (!allowToLaunchNew(dataCenterId)) {
570570
String configKey = ConsoleProxyLaunchMax.key();
571571
Integer configValue = ConsoleProxyLaunchMax.valueIn(dataCenterId);
572-
logger.warn(String.format("The number of launched console proxys on zone [%s] has reached the limit [%s]. Limit set in [%s].", dataCenterId, configValue, configKey));
572+
logger.warn(String.format("The number of launched console proxies on zone [%s] has reached the limit [%s]. Limit set in [%s].", dataCenterId, configValue, configKey));
573573
return null;
574574
}
575575

0 commit comments

Comments
 (0)