fix: misspell in the code

This commit is contained in:
Auztin Zhai
2024-05-31 11:04:09 -04:00
parent af19cbcb42
commit 74467fcabf

View File

@@ -204,7 +204,7 @@ func (ex *exchange) forwardMessageToService(end geminio.End) {
continue
}
topic := msg.Topic()
// TODO seperate async and sync produce
// TODO separate async and sync produce
err = ex.MQM.Produce(topic, msg.Data(),
apis.WithOrigin(msg),
apis.WithEdgeID(edgeID),