diff --git a/docs/scripting.xml b/docs/scripting.xml
index 3e504fe7c..2817f1bcd 100644
--- a/docs/scripting.xml
+++ b/docs/scripting.xml
@@ -1308,7 +1308,7 @@ socket:close()
NSE provides script developers with the
option of raw packet network I/O.
- Raw packet reception is handled through a a
+ Raw packet reception is handled through a
Libpcaplibpcap
wrapper inside the Nsock
library.Nsock
@@ -1732,7 +1732,7 @@ end
close,
send and
receive to operate on the network socket. In this case we call connect to make the connections. NSE's exception handling mechanism.exceptions in NSE
- is is used to avoid excessive error-handling code. We simply wrap the networking calls in a try call which will in turn call our catch function if anything goes wrong.
+ is used to avoid excessive error-handling code. We simply wrap the networking calls in a try call which will in turn call our catch function if anything goes wrong.
If the two connections succeed, we construct a query string