[core] fix typo in debug string

This commit is contained in:
akallabeth
2023-06-12 10:43:49 +02:00
committed by Martin Fleisz
parent 2a1a411eaf
commit 45a54b1883

View File

@@ -1497,7 +1497,7 @@ const char* pdu_type_to_str(UINT16 pduType, char* buffer, size_t length)
str = "PDU_TYPE_FLOW_STOP";
break;
default:
str = "PRU_TYPE_UNKNOWN";
str = "PDU_TYPE_UNKNOWN";
break;
}