From 60c2ca80b4642314aad65e16aaccd5ddac60a6cf Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Wed, 2 Oct 2024 15:21:07 +0200 Subject: [PATCH] fix spelling --- tutorials/40_sychronize_sound_and_trigger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/40_sychronize_sound_and_trigger.py b/tutorials/40_sychronize_sound_and_trigger.py index 7cee97d..7625734 100644 --- a/tutorials/40_sychronize_sound_and_trigger.py +++ b/tutorials/40_sychronize_sound_and_trigger.py @@ -48,5 +48,5 @@ # # On different computers with different soundards, the performance may vary. For # instance, with on-board soundcards on Linux, both psychtoolbox and stimuli are usually -# perfectly syncrhonized with the trigger. In the end, the performance should always be +# perfectly synchronized with the trigger. In the end, the performance should always be # measured on the target system.