From: Andre Noll <maan@systemlinux.org>
Date: Sun, 25 Nov 2007 13:59:23 +0000 (+0100)
Subject: net.c: Typo.
X-Git-Tag: v0.3.0~85
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=5989db9f2770638c287d85d0adb59134bd4adeb2;p=paraslash.git

net.c: Typo.
---

diff --git a/net.c b/net.c
index 58221fa6..cffd250e 100644
--- a/net.c
+++ b/net.c
@@ -516,7 +516,7 @@ int recv_cred_buffer(int fd, char *buf, size_t size)
 /**
  * Create a tcp socket, bind it and listen on the given port.
  *
- * \param Port the tcp port to listen on.
+ * \param port The tcp port to listen on.
  *
  * \return The file descriptor of the created socket, negative on errors.
  *