From 816eca8a3a9a021870997f2a6e5ca928b5f6457f Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 28 Jul 2024 00:53:11 +0900 Subject: [PATCH] chore: update buttonToFileSink.py redundance -> redundancy --- gr-tempest/python/buttonToFileSink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gr-tempest/python/buttonToFileSink.py b/gr-tempest/python/buttonToFileSink.py index cfb4e4f..0ec7b53 100644 --- a/gr-tempest/python/buttonToFileSink.py +++ b/gr-tempest/python/buttonToFileSink.py @@ -167,7 +167,7 @@ def save_samples(self): # Check if removing blanking if self.remove_blanking: - # Fix shift with blanking redundance information + # Fix shift with blanking redundancy information captured_image = apply_blanking_shift(captured_image, h_active=self.H_active, v_active=self.V_active, h_blanking=self.H_blanking, v_blanking=self.V_blanking)