From 6e28afae13d27d5fb81ce9b76c6dcfa8f3121d34 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Tue, 14 Jun 2022 20:40:59 +0900 Subject: [PATCH] Fix a typo gu rantees -> guarantees Signed-off-by: Kentaro Hayashi Gbp-Pq: Name 0007-Fix-a-typo.patch --- src/trainer_interface.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.30.2