From b5fd3731ac12b90c6861d0e7813f3bf40e9d5e6d Mon Sep 17 00:00:00 2001 From: Jorge Vallecillo Date: Thu, 1 Oct 2020 20:45:44 -0600 Subject: [PATCH] Fix typo on sca module NOTES --- src/modules/sca/NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/sca/NOTES b/src/modules/sca/NOTES index b5c9ebaf5a2..fa8ab926f69 100644 --- a/src/modules/sca/NOTES +++ b/src/modules/sca/NOTES @@ -113,7 +113,7 @@ Revisiting possibility of using TMCB_ tm module hooks. * Register a pv in the module, set it to a known value in the TMCB_E2EACK_IN callback, have the script check the value of the pv, and invoke an exported sca_update function if the pv is set - the the known value. + to the known value. Pros: fits sip-router script-based logic model well, does not rely on a timer (eliminates races).