Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'proto/go/gitalypb/diff_grpc.pb.go')
-rw-r--r--proto/go/gitalypb/diff_grpc.pb.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/go/gitalypb/diff_grpc.pb.go b/proto/go/gitalypb/diff_grpc.pb.go
index a16c0e63e..89f3848d2 100644
--- a/proto/go/gitalypb/diff_grpc.pb.go
+++ b/proto/go/gitalypb/diff_grpc.pb.go
@@ -26,7 +26,7 @@ type DiffServiceClient interface {
// chunked across messages and get streamed back to the client.
CommitDiff(ctx context.Context, in *CommitDiffRequest, opts ...grpc.CallOption) (DiffService_CommitDiffClient, error)
// CommitDelta returns the deltas between two different commits. A delta
- // includes everthing that changed about a set of paths except for the actual
+ // includes everything that changed about a set of paths except for the actual
// diff.
CommitDelta(ctx context.Context, in *CommitDeltaRequest, opts ...grpc.CallOption) (DiffService_CommitDeltaClient, error)
// RawDiff returns a diff between two commits. The output is the unmodified
@@ -266,7 +266,7 @@ type DiffServiceServer interface {
// chunked across messages and get streamed back to the client.
CommitDiff(*CommitDiffRequest, DiffService_CommitDiffServer) error
// CommitDelta returns the deltas between two different commits. A delta
- // includes everthing that changed about a set of paths except for the actual
+ // includes everything that changed about a set of paths except for the actual
// diff.
CommitDelta(*CommitDeltaRequest, DiffService_CommitDeltaServer) error
// RawDiff returns a diff between two commits. The output is the unmodified