@@ -149,7 +149,7 @@ def icmplistener
149
149
icmp_response , contents = icmp_packet ( packet , datastore [ 'RESP_START' ] )
150
150
151
151
if not icmp_response
152
- raise RuntimeError , "Could not build ICMP resonse "
152
+ raise RuntimeError , "Could not build ICMP response "
153
153
else
154
154
# send response packet icmp_pkt
155
155
send_icmp ( icmp_response , contents )
@@ -168,7 +168,7 @@ def icmplistener
168
168
icmp_response , contents = icmp_packet ( packet , datastore [ 'RESP_END' ] )
169
169
170
170
if not icmp_response
171
- raise RuntimeError , "Could not build ICMP resonse "
171
+ raise RuntimeError , "Could not build ICMP response "
172
172
else
173
173
# send response packet icmp_pkt
174
174
send_icmp ( icmp_response , contents )
@@ -188,7 +188,7 @@ def icmplistener
188
188
icmp_response , contents = icmp_packet ( packet , datastore [ 'RESP_CONT' ] )
189
189
190
190
if not icmp_response
191
- raise RuntimeError , "Could not build ICMP resonse "
191
+ raise RuntimeError , "Could not build ICMP response "
192
192
else
193
193
# send response packet icmp_pkt
194
194
send_icmp ( icmp_response , contents )
0 commit comments