From: Kentaro Hayashi Date: Tue, 14 Jun 2022 11:40:59 +0000 (+0900) Subject: Fix a typo X-Git-Tag: archive/raspbian/0.1.97-3+rpi1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6e28afae13d27d5fb81ce9b76c6dcfa8f3121d34;p=sentencepiece.git Fix a typo gu rantees -> guarantees Signed-off-by: Kentaro Hayashi Gbp-Pq: Name 0007-Fix-a-typo.patch --- diff --git a/src/trainer_interface.cc b/src/trainer_interface.cc index 5e26b75..7270f29 100644 --- a/src/trainer_interface.cc +++ b/src/trainer_interface.cc @@ -460,11 +460,11 @@ END: } if (trainer_spec_.differential_privacy_noise_level() <= 0) { LOG(WARNING) << "Private version with <=0 noise level will give " - "infinity epsilon gurantees."; + "infinity epsilon guarantees."; } if (trainer_spec_.differential_privacy_clipping_threshold() <= 0) { LOG(WARNING) << "Private version with <=0 clipping threshold will give " - "infinity epsilon gurantees."; + "infinity epsilon guarantees."; } // Add noise to all the sentences via threadpool.