diff --git a/cmd/api.go b/cmd/api.go index c8d6df5..2b965f1 100644 --- a/cmd/api.go +++ b/cmd/api.go @@ -29,7 +29,7 @@ type Response struct { } // ---------------------------------------------- -// public funtions +// package funtions // ---------------------------------------------- func authenticate(sitename, username, password string) (*Response, error) {