From 1b66fc2802a514f9fe8b3f1c4578c2e924e20eac Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Thu, 16 Feb 2023 08:53:39 -0800 Subject: [PATCH] Fix Typo. PiperOrigin-RevId: 510156746 --- mediapipe/calculators/tensor/inference_calculator_cpu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/calculators/tensor/inference_calculator_cpu.cc b/mediapipe/calculators/tensor/inference_calculator_cpu.cc index 7a837111..a18a463a 100644 --- a/mediapipe/calculators/tensor/inference_calculator_cpu.cc +++ b/mediapipe/calculators/tensor/inference_calculator_cpu.cc @@ -115,7 +115,7 @@ InferenceCalculatorCpuImpl::MaybeCreateDelegate(CalculatorContext* cc) { const bool opts_has_delegate = calculator_opts.has_delegate() || !kDelegate(cc).IsEmpty(); if (opts_has_delegate && opts_delegate.has_tflite()) { - // Default tflite inference requeqsted - no need to modify graph. + // Default tflite inference requested - no need to modify graph. return nullptr; }