X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Frestendpoint.go;h=3b4f8f5f6c23506100e4584729ad4cf0b0eaca4f;hb=55d2a285e4914afce7492c6b4b6feebe5485210b;hp=59c30d01772284f91512e77c59d56b1454b33fbe;hpb=bd9c98e068581cfe38187b3ada774653df26440a;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/restendpoint.go b/pkg/control/restendpoint.go index 59c30d0..3b4f8f5 100644 --- a/pkg/control/restendpoint.go +++ b/pkg/control/restendpoint.go @@ -41,7 +41,7 @@ func ConstructEndpointAddresses(clientEndpoint models.SubscriptionParamsClientEn var xAppRMREndPoint string if host == "" || (HTTP_port == 0 && RMR_port == 0) { - err := fmt.Errorf("ClientEndpoint aprovided no PORT numbers") + err := fmt.Errorf("ClientEndpoint provided without PORT numbers") return "INVALID_HTTP_ADDRESS:" + host + (string)(*clientEndpoint.HTTPPort), "INVALID_RMR_ADDRESS:" + host + (string)(*clientEndpoint.RMRPort), err