From eabd3dbb321246eae384db1f2191e0a1d6e3b82c Mon Sep 17 00:00:00 2001 From: Sonja Kolen Date: Wed, 8 Aug 2018 09:50:05 +0200 Subject: [PATCH] node infiniband: fixed a typo --- lib/nodes/infiniband.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nodes/infiniband.c b/lib/nodes/infiniband.c index c5f6d76e0..258d0517c 100644 --- a/lib/nodes/infiniband.c +++ b/lib/nodes/infiniband.c @@ -286,7 +286,7 @@ int ib_parse(struct node *n, json_t *cfg) ib->qp_init.qp_type = IBV_QPT_UC; #else error("Unreliable Connected (UC) mode is only available with an adapted version of librdma. Please" - "read the Infiniband node type Documentation for more information on UC!", + "read the Infiniband node type Documentation for more information on UC!"); #endif } else if (strcmp(transport_mode, "UD") == 0) {