Skip to content

Commit

Permalink
chore: Fix typos in code comments
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Harvey <[email protected]>
  • Loading branch information
adamdmharvey committed Mar 10, 2023
1 parent 7602c67 commit 1b0fd68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/schedule_rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func (c *ScheduleRestClient) newDeleteScheduleRequest(scheduleID string) (*http.
return c.newHTTPRequest("DELETE", queryURL.String(), nil)
}

// Builds a requeest to list schedules according to params.
// Builds a request to list schedules according to params.
func (c *ScheduleRestClient) newListSchedulesRequest(vcs, org, project string, params *listSchedulesParams) (*http.Request, error) {
var err error
queryURL, err := url.Parse(c.server)
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ type helpCmd struct {
cmd *cobra.Command
}

// helpTemplate Building a custom help template with more finess and pizazz
// helpTemplate Building a custom help template with more finesse and pizazz
func (helpCmd *helpCmd) helpTemplate(cmd *cobra.Command, s []string) {

/***Styles ***/
Expand Down

0 comments on commit 1b0fd68

Please sign in to comment.