From c8ee09796bd36766550d2d6df69de8369644ecfb Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Wed, 24 May 2023 13:24:32 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 534959867 --- mediapipe/calculators/tensor/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/calculators/tensor/BUILD b/mediapipe/calculators/tensor/BUILD index 4893b3b79..59102585c 100644 --- a/mediapipe/calculators/tensor/BUILD +++ b/mediapipe/calculators/tensor/BUILD @@ -394,7 +394,7 @@ mediapipe_proto_library( # If you want to have precise control of which implementations to include (e.g. for strict binary # size concerns), depend on those implementations directly, and do not depend on # :inference_calculator. -# In all cases, use "InferenceCalulator" in your graphs. +# In all cases, use "InferenceCalculator" in your graphs. cc_library_with_tflite( name = "inference_calculator_interface", srcs = ["inference_calculator.cc"],