summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dji-uav.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-dji-uav.c')
-rw-r--r--epan/dissectors/packet-dji-uav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dji-uav.c b/epan/dissectors/packet-dji-uav.c
index a1f47cbc14..63cb69239a 100644
--- a/epan/dissectors/packet-dji-uav.c
+++ b/epan/dissectors/packet-dji-uav.c
@@ -244,7 +244,7 @@ dissect_djiuav_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *da
pdu_length - 1 - offset, ENC_NA);
offset += pdu_length - 1 - offset;
}
-/* FIXME: calcualte XOR and validate transmitted value */
+/* FIXME: calculate XOR and validate transmitted value */
proto_tree_add_item(djiuav_tree, hf_djiuav_checksum, tvb, offset, 1,
ENC_BIG_ENDIAN);
offset += 1;