[Openvas-commits] r4282 - in trunk/openvas-plugins: . scripts

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Jul 31 17:35:54 CEST 2009


Author: reinke
Date: 2009-07-31 17:35:52 +0200 (Fri, 31 Jul 2009)
New Revision: 4282

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/scripts/secpod_ftp_anonymous.nasl
Log:
Fix typo

Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog	2009-07-31 12:55:47 UTC (rev 4281)
+++ trunk/openvas-plugins/ChangeLog	2009-07-31 15:35:52 UTC (rev 4282)
@@ -1,3 +1,8 @@
+2009-07-31  Thomas Reinke <reinke at securityspace.com>
+
+	* scripts/secpod_ftp_anonymous.nasl
+	Fix typo.
+
 2009-07-31  Michael Meyer <mime at gmx.de>
 
 	* scripts/bind_cve_2009_0696.nasl:

Modified: trunk/openvas-plugins/scripts/secpod_ftp_anonymous.nasl
===================================================================
--- trunk/openvas-plugins/scripts/secpod_ftp_anonymous.nasl	2009-07-31 12:55:47 UTC (rev 4281)
+++ trunk/openvas-plugins/scripts/secpod_ftp_anonymous.nasl	2009-07-31 15:35:52 UTC (rev 4282)
@@ -107,7 +107,7 @@
   }
 
   if(result && strlen(result)) {
-   info = string("Medium\n\nHere the contents of the remote FTP directory listing:\n\n"); 
+   info = string("Medium\n\nHere are the contents of the remote FTP directory listing:\n\n"); 
    info += result;
    info += string("\n");
 



More information about the Openvas-commits mailing list