Jelajahi Sumber

tls: Minor spelling fix in workaround message

Sean Bright 6 tahun lalu
induk
melakukan
09f8519825
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 */
 		low_mem_threshold2*=1024; /* KB */
 	if ((low_mem_threshold1==0) || (low_mem_threshold2==0))
 	if ((low_mem_threshold1==0) || (low_mem_threshold2==0))
 	 LM_WARN("tls: openssl bug #1491 (crash/mem leaks on low memory)"
 	 LM_WARN("tls: openssl bug #1491 (crash/mem leaks on low memory)"
-				" workarround disabled\n");
+				" workaround disabled\n");
 	else
 	else
 		LM_WARN("openssl bug #1491 (crash/mem leaks on low memory)"
 		LM_WARN("openssl bug #1491 (crash/mem leaks on low memory)"
 				" workaround enabled (on low memory tls operations will fail"
 				" workaround enabled (on low memory tls operations will fail"