fix: [CI SKIP] Clean-up minor typos.

This commit is contained in:
James Wells 2021-05-30 22:29:16 +00:00
parent cb3b6e3f61
commit 0322bc2081

View file

@ -31,5 +31,5 @@ func Main(config gs.GagentConfig, rid int) {
if err != nil {
log.Printf("[DEBUG] Received error: %v", err)
}
log.Printf("[DEBUG] Recieved message: %v", msg[0])
log.Printf("[DEBUG] Received message: %v", msg[0])
}