From afd4d2457257bbe36fc9bd73b5edfa3eddfff3f5 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 7 Apr 2013 22:05:48 +0100 Subject: [PATCH] doc typo --- rawmsg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rawmsg.go b/rawmsg.go index 2a8c0f92..05f89856 100644 --- a/rawmsg.go +++ b/rawmsg.go @@ -16,7 +16,7 @@ func rawSetId(msg []byte, i uint16) bool { return true } -// rawSetQuestionLen sets the lenght of the question section. +// rawSetQuestionLen sets the length of the question section. func rawSetQuestionLen(msg []byte, i uint16) bool { if len(msg) < 6 { return false