[Openvas-commits] r13775 - in trunk/openvas-manager: . src
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Mon Jul 23 18:12:39 CEST 2012
Author: mattm
Date: 2012-07-23 18:12:39 +0200 (Mon, 23 Jul 2012)
New Revision: 13775
Modified:
trunk/openvas-manager/ChangeLog
trunk/openvas-manager/src/ompd.c
Log:
* src/ompd.c (serve_omp): Correct comment typo.
Modified: trunk/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog 2012-07-23 15:50:37 UTC (rev 13774)
+++ trunk/openvas-manager/ChangeLog 2012-07-23 16:12:39 UTC (rev 13775)
@@ -1,3 +1,7 @@
+2012-07-23 Matthew Mundell <matthew.mundell at greenbone.net>
+
+ * src/ompd.c (serve_omp): Correct comment typo.
+
2012-07-23 Werner Koch <wk at gnupg.org>
Documentation update.
Modified: trunk/openvas-manager/src/ompd.c
===================================================================
--- trunk/openvas-manager/src/ompd.c 2012-07-23 15:50:37 UTC (rev 13774)
+++ trunk/openvas-manager/src/ompd.c 2012-07-23 16:12:39 UTC (rev 13775)
@@ -800,7 +800,7 @@
FD_SET (client_socket, &readfds);
fd_info |= FD_CLIENT_READ;
}
- /* See whether tow rite to the client. */
+ /* See whether to write to the client. */
if (to_client_start < to_client_end)
{
FD_SET (client_socket, &writefds);
More information about the Openvas-commits
mailing list