2
0
Эх сурвалжийг харах

Fix typo on sca module NOTES

Jorge Vallecillo 5 жил өмнө
parent
commit
b5fd3731ac
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/modules/sca/NOTES

+ 1 - 1
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).