Skip to content

Commit

Permalink
chore: Fix typo s/seperate/separate/ (#2605)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-syn committed Jan 12, 2024
1 parent 74e6afc commit 62fe36d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions proto/pb/vm/vm_grpc.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 proto/vm/vm.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ service VM {
// Creates the HTTP handlers for custom VM network calls.
//
// Note: RPC Chain VM Factory will start a new instance of the VM in a
// seperate process which will populate the static handlers. After this
// separate process which will populate the static handlers. After this
// process is created other processes will be created to populate blockchains,
// but they will not have the static handlers be called again.
rpc CreateStaticHandlers(google.protobuf.Empty) returns (CreateStaticHandlersResponse);
Expand Down

0 comments on commit 62fe36d

Please sign in to comment.