Skip to content
Snippets Groups Projects
Commit 1335fad6 authored by Neil Schark's avatar Neil Schark
Browse files

fixed typo

parent 9a153d14
No related branches found
No related tags found
1 merge request!404Enable export and import of SDN configuration
Pipeline #125421 failed
This commit is part of merge request !404. Comments created here will be created in the context of that merge request.
......@@ -308,7 +308,7 @@ func (pnd *pndImplementation) RemoveNetworkElement(uuid uuid.UUID) error {
return pnd.removeNetworkElement(uuid)
}
// UpdateNetworkElementModel updates a network element from the PND.
// UpdateNetworkElement updates a network element from the PND.
func (pnd *pndImplementation) UpdateNetworkElement(mne networkelement.NetworkElement, modelAsString string) error {
err := pnd.networkElementService.UpdateModel(mne, modelAsString)
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment