From 4ae6bac881e05eb163d2c84dcecc62f0604ff4a9 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 11 Jul 2014 09:27:55 +0000 Subject: [PATCH] typo --- udp_other.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udp_other.go b/udp_other.go index c419295c..ce7a7413 100644 --- a/udp_other.go +++ b/udp_other.go @@ -17,4 +17,4 @@ import ( func setUDPSocketOptions4(conn *net.UDPConn) error { return nil } func setUDPSocketOptions6(conn *net.UDPConn) error { return nil } func getUDPSocketOptions6Only(conn *net.UDPConn) (bool, error) { return false, nil } -func getUDPSocketName(conn *net.UDPConn) (syscal.Sockaddr, error) { return nil, nil } +func getUDPSocketName(conn *net.UDPConn) (syscall.Sockaddr, error) { return nil, nil }