ruby/proto/gitaly/diff_services_pb.rb in gitaly-16.8.10 vs ruby/proto/gitaly/diff_services_pb.rb in gitaly-16.9.0.pre.rc1
- old
+ new
@@ -18,10 +18,10 @@
# CommitDiff returns a diff between two different commits. The patch data is
# chunked across messages and get streamed back to the client.
rpc :CommitDiff, ::Gitaly::CommitDiffRequest, stream(::Gitaly::CommitDiffResponse)
# 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.
rpc :CommitDelta, ::Gitaly::CommitDeltaRequest, stream(::Gitaly::CommitDeltaResponse)
# RawDiff returns a diff between two commits. The output is the unmodified
# output from git-diff(1). This is not to be confused with git-diff(1)'s
# --raw mode.