Skip to content

Commit 8b99211

Browse files
author
Riya
committed
fixed spelling
1 parent 0df9321 commit 8b99211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/restserver/internalapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ func (service *HTTPRestService) CreateOrUpdateNetworkContainerInternal(req *cns.
630630
if ok {
631631
existingReq := existingNCInfo.CreateNetworkContainerRequest
632632
if !reflect.DeepEqual(existingReq.IPConfiguration.IPSubnet, req.IPConfiguration.IPSubnet) {
633-
if req.Scenario != v1alpha.Overlay { // if overlay -> potentially an overlay subnet expansion is occuring, skip this check
633+
if req.Scenario != v1alpha.Overlay { // if overlay -> potentially an overlay subnet expansion is occurring, skip this check
634634
logger.Errorf("[Azure CNS] Error. PrimaryCA is not same, NCId %s, old CA %s/%d, new CA %s/%d",
635635
req.NetworkContainerid,
636636
existingReq.IPConfiguration.IPSubnet.IPAddress,

0 commit comments

Comments
 (0)