Skip to content
Snippets Groups Projects
Commit 23b12133 authored by Cyril TOVENA's avatar Cyril TOVENA
Browse files

fix typo found by report card

parent 57199b34
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ func main() {
if err != nil {
log.Fatalf("Could not read packet: %v", err)
}
log.Printf("Recieved Packet: %s", b[:n])
log.Printf("Received Packet: %s", b[:n])
}
}()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment