소스 검색

modules/sipt: Update README in separate commit per best practices

Torrey Searle 12 년 전
부모
커밋
b523c77472
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      modules/sipt/README

+ 2 - 2
modules/sipt/README

@@ -70,12 +70,12 @@ sipt_destination($rU, 31, 4);
 
 3.2. sipt_get_hop_count()
 
-   Returns the value of the Hop Coutner for the IAM message if it exists.
+   Returns the value of the Hop Counter for the IAM message if it exists.
    Returns -1 if there isn't a hop counter.
 
    Example 1.2. sipt_get_hop_counter() usage
 ...
-# get the hop couter and update the Max-Forwards header if it exists
+# get the hop counter and update the Max-Forwards header if it exists
 $avp(s:hop) = sipt_get_hop_counter();
 if($avp(s:hop) > 0)
 {