Skip to content

Commit

Permalink
Fix typo in processor.proto
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Gunderson <[email protected]>
  • Loading branch information
agunde406 committed Jan 25, 2018
1 parent b3c490d commit d992b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protos/processor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ message TpRegisterRequest {
string version = 2;

// The namespaces this transaction processor expects to interact with
// when processing transations matching this specification; will be
// when processing transactions matching this specification; will be
// enforced by the state API on the validator.
repeated string namespaces = 4;
}
Expand Down

0 comments on commit d992b3b

Please sign in to comment.