tTypo corrected - "via." -> "via" - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 4ffb6cf721e518ef0f0f597070e4cb6e32bd5a6c
(DIR) parent 314d01442271283786a0ef6a404b5a2fc7ec4aa5
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Tue, 17 Jun 2003 12:01:53 +0000
Typo corrected - "via." -> "via"
Diffstat:
M src/admin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/admin.c b/src/admin.c
t@@ -49,7 +49,7 @@ static int OpenSocket(void)
sockname = GetLocalSocket();
- g_print(_("Attempting to connect to local dopewars server via. "
+ g_print(_("Attempting to connect to local dopewars server via "
"Unix domain\n socket %s...\n"), sockname);
sock = socket(PF_UNIX, SOCK_STREAM, 0);
if (sock == -1) {