diff --git a/scripts/http-passwd.nse b/scripts/http-passwd.nse
index 217f6afee..7081bbcc5 100644
--- a/scripts/http-passwd.nse
+++ b/scripts/http-passwd.nse
@@ -1,6 +1,7 @@
description = [[
Checks if a web server is vulnerable to directory traversal by attempting to
-retrieve /etc/passwd using various traversal methods such as requesting ../../../../etc/passwd.
+retrieve /etc/passwd using various traversal methods such as
+requesting ../../../../etc/passwd.
]]
-- 07/20/2007:
diff --git a/scripts/mysql-info.nse b/scripts/mysql-info.nse
index 75bcd6b78..a538626bf 100644
--- a/scripts/mysql-info.nse
+++ b/scripts/mysql-info.nse
@@ -3,8 +3,8 @@ Connects to a MySQL server and prints information such as the protocol and
version numbers, thread ID, status, capabilities, and the password salt.
If service detection is performed and the server appears to be blocking
-our host or is blocked because of too many connections, then this script isn't run
-(see the portrule).
+our host or is blocked because of too many connections, then this script
+isn't run (see the portrule).
]]
---