2
0
Эх сурвалжийг харах

modules_k/rr: fixed typo in a diagnostic

- Thanks to oej for pointing this out
Peter Dunkley 12 жил өмнө
parent
commit
f57ac2ddaf
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      modules_k/rr/rr_mod.c

+ 1 - 1
modules_k/rr/rr_mod.c

@@ -153,7 +153,7 @@ static int mod_init(void)
 		LM_INFO("Bound rr module to outbound module\n");
 	else
 	{
-		LM_INFO("oubound module not available\n");
+		LM_INFO("outbound module not available\n");
 		memset(&rr_obb, 0, sizeof(ob_api_t));
 	}