From 185f6938a47b01fa7f542a3365e09860c1023570 Mon Sep 17 00:00:00 2001 From: matloob Date: Tue, 29 Aug 2017 21:42:51 +0200 Subject: devtools/build/lib/buildeventstream/proto: fix spelling in comment This change changes the misspelling "conents" to "contents". PiperOrigin-RevId: 166887321 --- .../devtools/build/lib/buildeventstream/proto/build_event_stream.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } } -- cgit v1.2.3