From 6fb340f18e550929cf8402a35dba6f8604ea8bb8 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 16 May 2006 11:18:41 +0000 Subject: Fix a comment typo --- ncpd/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ncpd') diff --git a/ncpd/main.cc b/ncpd/main.cc index 4d0595e..9b12f0e 100644 --- a/ncpd/main.cc +++ b/ncpd/main.cc @@ -107,7 +107,7 @@ checkForNewSocketConnection() if ((numScp >= theNCP->maxLinks()) || (!theNCP->gotLinkChannel())) { bufferStore a; - // Give the client time to send it's version request. + // Give the client time to send its version request. next->dataToGet(1, 0); next->getBufferStore(a, false); -- cgit v1.2.3