Explorar el Código

Fix typo: retrive -> retrieve

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
ed56e07bf1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/corosync-quorumtool.c

+ 1 - 1
tools/corosync-quorumtool.c

@@ -742,7 +742,7 @@ static int init_all(void) {
 	}
 	}
 
 
 	if (cmap_get_uint32(cmap_handle, "runtime.votequorum.this_node_id", &our_nodeid) != CS_OK) {
 	if (cmap_get_uint32(cmap_handle, "runtime.votequorum.this_node_id", &our_nodeid) != CS_OK) {
-		fprintf(stderr, "Unable to retrive this node nodeid\n");
+		fprintf(stderr, "Unable to retrieve this_node_id\n");
 		goto out;
 		goto out;
 	}
 	}