fasle -> false

This commit is contained in:
Ery Lee 2015-01-10 16:50:00 +08:00
parent 52c3bc9628
commit b351f7c452
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
%%------------------------------------------------------------------------------
-record(mqtt_packet_header, {
type = ?RESERVED :: mqtt_packet_type(),
dup = fasle :: boolean(),
dup = false :: boolean(),
qos = 0 :: 0 | 1 | 2,
retain = false :: boolean() }).