Skip to content

Commit 23b1213

Browse files
author
Cyril TOVENA
committed
fix typo found by report card
1 parent 57199b3 commit 23b1213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/simple-udp/client/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func main() {
5353
if err != nil {
5454
log.Fatalf("Could not read packet: %v", err)
5555
}
56-
log.Printf("Recieved Packet: %s", b[:n])
56+
log.Printf("Received Packet: %s", b[:n])
5757
}
5858
}()
5959

0 commit comments

Comments
 (0)