Skip to content

Commit 2eb8c68

Browse files
spuradagezquestz
authored andcommitted
chore: remove repetitive word in comment
Signed-off-by: spuradage <spuradage@outlook.com>
1 parent 18d3640 commit 2eb8c68

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bchrpc/documentation/client_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ different languages:
2626
- [Python](#python)
2727

2828
Unless otherwise stated under the language example, it is assumed that
29-
gRPC is already already installed. The gRPC installation procedure
29+
gRPC is already installed. The gRPC installation procedure
3030
can vary greatly depending on the operating system being used and
3131
whether a gRPC source install is required. Follow the [gRPC install
3232
instructions](https://github.com/grpc/grpc/blob/master/INSTALL) if

btcjson/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
ErrInvalidType
2828

2929
// ErrEmbeddedType indicates the provided command struct contains an
30-
// embedded type which is not not supported.
30+
// embedded type which is not supported.
3131
ErrEmbeddedType
3232

3333
// ErrUnexportedField indiciates the provided command struct contains an

integration/rpctest/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
// JoinNodes is a synchronization tool used to block until all passed nodes are
3131
// fully synced with respect to an attribute. This function will block for a
3232
// period of time, finally returning once all nodes are synced according to the
33-
// passed JoinType. This function be used to to ensure all active test
33+
// passed JoinType. This function be used to ensure all active test
3434
// harnesses are at a consistent state before proceeding to an assertion or
3535
// check within rpc tests.
3636
func JoinNodes(nodes []*Harness, joinType JoinType) error {

0 commit comments

Comments
 (0)