소스 검색

xprint: spelling fix withing -> within

Henning Westerholt 2 년 전
부모
커밋
fe0a095d4a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/xprint/xp_lib.c

+ 1 - 1
src/modules/xprint/xp_lib.c

@@ -988,7 +988,7 @@ static int xl_get_special(struct sip_msg *msg, str *res, str *hp, int hi, int hf
 	return 0;
 }
 
-/* copy the string withing this range */
+/* copy the string within this range */
 static int	range_from = -1;
 static int	range_to = -1;