소스 검색

tls: Minor spelling fix in workaround message

(cherry picked from commit 09f851982511353599d0f7f76c0a645f95d43997)
Sean Bright 6 년 전
부모
커밋
be7c71627b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/tls/tls_init.c

+ 1 - 1
src/modules/tls/tls_init.c

@@ -773,7 +773,7 @@ int init_tls_h(void)
 		low_mem_threshold2*=1024; /* KB */
 	if ((low_mem_threshold1==0) || (low_mem_threshold2==0))
 	 LM_WARN("tls: openssl bug #1491 (crash/mem leaks on low memory)"
-				" workarround disabled\n");
+				" workaround disabled\n");
 	else
 		LM_WARN("openssl bug #1491 (crash/mem leaks on low memory)"
 				" workaround enabled (on low memory tls operations will fail"