Skip to content

Commit

Permalink
fix typo - s/aftar/after (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
toransahu committed Sep 12, 2022
1 parent 07e9cd8 commit 93cdd9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions system/system.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 system/system.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ message SwitchControlProcessorResponse {
}

// A RebootRequest requests the specified target be rebooted using the specified
// method aftar the specified delay. Only the DEFAULT method with a delay of 0
// method after the specified delay. Only the DEFAULT method with a delay of 0
// is guaranteed to be accepted for all target types.
message RebootRequest {
RebootMethod method = 1;
Expand Down

0 comments on commit 93cdd9a

Please sign in to comment.