From c027fa0d0d18b1c18feb9695f3800f6356bdfe61 Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Tue, 25 Feb 2020 17:50:12 +0000 Subject: [PATCH] docs: Fix spelling of "environments" Test: make ds-docs Bug: 150187311 Change-Id: Id8ecd7a7e4014e8256b60d6ce2f2f1085ee9cdfb --- core/java/android/util/proto/ProtoOutputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/util/proto/ProtoOutputStream.java b/core/java/android/util/proto/ProtoOutputStream.java index 7b24ba9973079..9a555c161300d 100644 --- a/core/java/android/util/proto/ProtoOutputStream.java +++ b/core/java/android/util/proto/ProtoOutputStream.java @@ -32,7 +32,7 @@ import java.io.UnsupportedEncodingException; *

* This API is not as convenient or type safe as the standard protobuf * classes. If possible, the best recommended library is to use protobuf lite. - * However, in environements (such as the Android platform itself), a + * However, in environments (such as the Android platform itself), a * more memory efficient version is necessary. * *

Each write method takes an ID code from the protoc generated classes