This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git
The following commit(s) were added to refs/heads/main by this push:
new 02d3d4d Fix spelling (#74)
02d3d4d is described below
commit 02d3d4dba648eb87a3585845c9d4008013447c4e
Author: John Bampton <[email protected]>
AuthorDate: Fri Feb 9 16:03:57 2024 +1000
Fix spelling (#74)
---
cloudstack/NetworkService.go | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cloudstack/NetworkService.go b/cloudstack/NetworkService.go
index 929dd90..1db91b5 100644
--- a/cloudstack/NetworkService.go
+++ b/cloudstack/NetworkService.go
@@ -351,7 +351,7 @@ func (s *NetworkService)
NewAddOpenDaylightControllerParams(password string, phy
return p
}
-// Adds an OpenDyalight controler
+// Adds an OpenDaylight controller
func (s *NetworkService) AddOpenDaylightController(p
*AddOpenDaylightControllerParams) (*AddOpenDaylightControllerResponse, error) {
resp, err := s.cs.newRequest("addOpenDaylightController",
p.toURLValues())
if err != nil {
@@ -2229,7 +2229,7 @@ func (s *NetworkService)
NewDeleteOpenDaylightControllerParams(id string) *Delet
return p
}
-// Removes an OpenDyalight controler
+// Removes an OpenDaylight controller
func (s *NetworkService) DeleteOpenDaylightController(p
*DeleteOpenDaylightControllerParams) (*DeleteOpenDaylightControllerResponse,
error) {
resp, err := s.cs.newRequest("deleteOpenDaylightController",
p.toURLValues())
if err != nil {
@@ -4075,7 +4075,7 @@ func (s *NetworkService) GetOpenDaylightControllerByID(id
string, opts ...Option
return nil, l.Count, fmt.Errorf("There is more then one result for
OpenDaylightController UUID: %s!", id)
}
-// Lists OpenDyalight controllers
+// Lists OpenDaylight controllers
func (s *NetworkService) ListOpenDaylightControllers(p
*ListOpenDaylightControllersParams) (*ListOpenDaylightControllersResponse,
error) {
resp, err := s.cs.newRequest("listOpenDaylightControllers",
p.toURLValues())
if err != nil {