From 006ed69bf545548a8a3596b13f58cb22cf3d8a2f Mon Sep 17 00:00:00 2001 From: Ruihao Huang Date: Thu, 28 Nov 2024 09:38:41 +0000 Subject: [PATCH] Fix typos. PiperOrigin-RevId: 700945320 --- src/protocol/candidate_window.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/protocol/candidate_window.proto b/src/protocol/candidate_window.proto index 7de135028..30dcb2c0d 100644 --- a/src/protocol/candidate_window.proto +++ b/src/protocol/candidate_window.proto @@ -127,7 +127,7 @@ message Footer { } message CandidateWord { - // Unique number specifing the candidate. This may be a negative value. + // Unique number specifying the candidate. This may be a negative value. optional int32 id = 1; // The first index should be zero and index numbers should increase by one. optional uint32 index = 2; @@ -190,7 +190,7 @@ message CandidateWindow { // if the composition is "あいう" and the cursor is the position is between // "あ" and "い" (e.g. "あ|いう"), the number should be 1. // Note, Util::CharsLen does not take care of IVS or combining character - // so much. Thus CharsLen's behavoir on those characters might be changed. + // so much. Thus CharsLen's behavior on those characters might be changed. required uint32 position = 6; // Nested candidates aka cascading window.