Skip to content

Commit

Permalink
Fix small typo in spawn.proto
Browse files Browse the repository at this point in the history
Closes #7706.

PiperOrigin-RevId: 238277696
  • Loading branch information
petroseskinder authored and copybara-github committed Mar 13, 2019
1 parent dcf9600 commit 8753eca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/protobuf/spawn.proto
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ message SpawnExec {
// this will be the name of the runner executing the spawn, e.g. remote or
// linux-sandbox. If it was a remote cache hit, the runner will be
// "remote cache hit". If it was a local cache hit, the action will not be
// inluded in the log in the first place.
// included in the log in the first place.
//
// Note this is not the same as the "strategy" string -- even
// though the action strategy may be remote, a particular action may still
// Note, this is not the same as the "strategy" string -- even
// though the action strategy may be remote. A particular action may still
// fall back to local execution due to a variety of reasons. This field
// indicates what really happened for the particular Spawn+execution.
string runner = 12;
Expand Down

0 comments on commit 8753eca

Please sign in to comment.