aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar matloob <matloob@google.com>2017-08-29 21:42:51 +0200
committerGravatar Vladimir Moskva <vladmos@google.com>2017-08-30 13:47:56 +0200
commit185f6938a47b01fa7f542a3365e09860c1023570 (patch)
tree94e46b066702fb8ffdaaa365fb8fe22b00483072 /src
parent54a3ac256f73ae0db7662b2baf71b1600e6cda5f (diff)
devtools/build/lib/buildeventstream/proto: fix spelling in comment
This change changes the misspelling "conents" to "contents". PiperOrigin-RevId: 166887321
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto b/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto
index 7637c2e82c..94e938a84c 100644
--- a/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto
+++ b/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto
@@ -338,7 +338,7 @@ message File {
oneof file {
// A location where the contents of the file can be found.
string uri = 2;
- // The conents of the file, if they are guaranteed to be short.
+ // The contents of the file, if they are guaranteed to be short.
bytes contents = 3;
}
}