rspro_util: Fix typo in rspro_gen_ConfigClientIdReq()

Change-Id: I40bdbc714b975bace89b196f24d02a476c060d10
diff --git a/src/rspro_util.c b/src/rspro_util.c
index f42caba..b3c769f 100644
--- a/src/rspro_util.c
+++ b/src/rspro_util.c
@@ -276,7 +276,7 @@
 	return pdu;
 }
 
-RsproPDU_t *rspro_gen_ConfigClientIReq(const ClientSlot_t *client)
+RsproPDU_t *rspro_gen_ConfigClientIdReq(const ClientSlot_t *client)
 {
 	RsproPDU_t *pdu = CALLOC(1, sizeof(*pdu));
 	if (!pdu)