This commit is contained in:
Miek Gieben 2013-04-07 22:05:48 +01:00
parent cba3ae4273
commit afd4d24572
1 changed files with 1 additions and 1 deletions

View File

@ -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