Skip to content

Commit

Permalink
Correct spelling found by codespell
Browse files Browse the repository at this point in the history
Signed-off-by: Nahum Shalman <[email protected]>
  • Loading branch information
nshalman committed Dec 2, 2021
1 parent c28f5b3 commit 9f73ef7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grpc-server/workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func TestCreateWorkflow(t *testing.T) {
}, nil
},
CreateWorkflowFunc: func(ctx context.Context, wf db.Workflow, data string, id uuid.UUID) error {
return errors.New("failed to create a workfow")
return errors.New("failed to create a workflow")
},
},
wfTemplate: templateID,
Expand Down
2 changes: 1 addition & 1 deletion protos/hardware/hardware.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protos/hardware/hardware.proto
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ message Empty {

/*
* GetRequest is the request used by the Get various get methods exposed by the
* hardware serice.
* hardware service.
*/
message GetRequest {
string mac = 1;
Expand Down

0 comments on commit 9f73ef7

Please sign in to comment.