Skip to content

Commit 4c948e0

Browse files
author
GabrielBrascher
committed
Fix typo
1 parent 353251b commit 4c948e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

usage/src/main/java/com/cloud/usage/UsageManagerImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,11 +289,11 @@ public boolean configure(String name, Map<String, Object> params) throws Configu
289289

290290
/**
291291
* Sets the '_pid' variable based on the cloudstack-usage.service process id (pid) according to the file /var/run/cloudstack-usage.service.pid. </br>
292-
* It thorws a CloudRuntimeException in the following cases:
292+
* It throws a CloudRuntimeException in the following cases:
293293
* <ul>
294294
* <li>Cannot find the pid file</li>
295295
* <li>Cannot read the pid file</li>
296-
* <li>NumberUtils.toInt returns 0 (zero) if the conversion fails (pid is null or "")</li>
296+
* <li>NumberUtils.toInt returns 0 (zero) if the conversion fails (pid is null or "")</li>
297297
* </ul>
298298
*/
299299
protected void configureUsageManagerServicePid() {

0 commit comments

Comments
 (0)