Skip to content

Commit ebb4e97

Browse files
committed
Fix Codespell
1 parent a534625 commit ebb4e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scapy/contrib/knx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def post_build(self, p, pay):
577577
# KNX FRAME
578578

579579
# we made the choice to define a KNX service as a payload for a KNX Header
580-
# it could also be possible to define the body as a conditionnal PacketField
580+
# it could also be possible to define the body as a conditional PacketField
581581
# contained after the header.
582582

583583
class KNX(Packet):

0 commit comments

Comments
 (0)