Explorar el Código

Fix typo: Diabled -> disabled

Signed-off-by: Ferenc Wágner <wferi@niif.hu>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Ferenc Wágner hace 9 años
padre
commit
c76ee39f61
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      exec/totemsrp.c

+ 1 - 1
exec/totemsrp.c

@@ -984,7 +984,7 @@ int totemsrp_initialize (
 			log_printf (instance->totemsrp_log_level_debug,
 				"heartbeat_timeout = heartbeat_failures_allowed * token_retransmit_timeout + max_network_delay");
 			log_printf (instance->totemsrp_log_level_debug,
-				"heartbeat timeout should be less than the token timeout. HeartBeat is Diabled !!");
+				"heartbeat timeout should be less than the token timeout. Heartbeat is disabled!!");
 			instance->use_heartbeat = 0;
 		}
 		else {