Fix a typo
authorKentaro Hayashi <kenhys@gmail.com>
Tue, 14 Jun 2022 11:40:59 +0000 (20:40 +0900)
committerKentaro Hayashi <kenhys@xdump.org>
Mon, 21 Nov 2022 13:43:46 +0000 (13:43 +0000)
gu rantees ->
guarantees

Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
Gbp-Pq: Name 0007-Fix-a-typo.patch

src/trainer_interface.cc

index 5e26b7521c944a8e16d44048ddb0511a20274994..7270f29934871f40f7a57600871d618722426562 100644 (file)
@@ -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.