We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c78090 commit fde93c2Copy full SHA for fde93c2
ocaml/xapi/xapi_pif.ml
@@ -116,7 +116,7 @@ let refresh_internal ~__context ~interface_tables ~self =
116
info "PIF: device name changed from %s to %s" original_name name ;
117
name
118
| None -> (
119
- (* This clause should be unlike to happen, if enter this, check the if
+ (* This clause should be unlikely to happen, if enter this, check the if
120
we can get mac from networkd. If yes there may be a bug *)
121
warn "PIF %s: no device found for position %d" original_name position ;
122
try
0 commit comments