Skip to content

Commit e1e51ff

Browse files
committed
fix pre-commit failure
1 parent 309ec72 commit e1e51ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ public Configuration updateConfiguration(final UpdateCfgCmd cmd) throws InvalidP
957957
}
958958

959959
if ("System".equals(category) && !_accountMgr.isRootAdmin(caller.getId())) {
960-
logger.warn("Only Root Admin is allowed to edit the coniguration " + name);
960+
logger.warn("Only Root Admin is allowed to edit the configuration " + name);
961961
throw new CloudRuntimeException("Only Root Admin is allowed to edit this configuration.");
962962
}
963963

0 commit comments

Comments
 (0)