소스 검색

Fix typo on sca module NOTES

Jorge Vallecillo 5 년 전
부모
커밋
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).