Skip to content

Commit 897b6b4

Browse files
committed
Typo fix
1 parent 0034d70 commit 897b6b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/main/java/com/cloud/resource/ServerResourceBase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private void checkForPrivateInterfaceDefinedByIp(Map<String, Object> params) {
131131
logger.info(String.format("Unable to found private NIC with defined ip [%s]", ifAddr));
132132
}
133133
} catch (Throwable e) {
134-
// Logging only, if this method was unnable to find a valid interface, iteration will be tested
134+
// Logging only, if this method was unable to find a valid interface, iteration will be tested
135135
logger.info(String.format("Unable to use private address to get the management interface: [%s]", e.getMessage()));
136136
}
137137
}
@@ -177,7 +177,7 @@ private void tryToAutoDiscoverResourcePrivateNetworkInterfaceByRouteLookup(Map<S
177177
}
178178
}
179179
} catch (Throwable e) {
180-
// Logging only, if this method was unnable to find a valid interface, iteration will be tested
180+
// Logging only, if this method was unable to find a valid interface, iteration will be tested
181181
logger.debug(String.format("Unable to use routing table to determine private management interface: [%s]", e.getMessage()));
182182
}
183183
}

0 commit comments

Comments
 (0)