From 84db6323a6cddc7d48bfa4e89086e407894739d7 Mon Sep 17 00:00:00 2001 From: Frank Schmirler Date: Thu, 28 Jun 2012 17:17:59 +0200 Subject: =?UTF-8?q?Corrected=20typos=20(thanks=20to=20Ville=20Skytt=E4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/socket.h | 2 +- tools/source.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/socket.h b/tools/socket.h index effdef8..293e8b2 100644 --- a/tools/socket.h +++ b/tools/socket.h @@ -62,7 +62,7 @@ public: /* Accept() returns a newly created cTBSocket, which is connected to the first connection request on the queue of pending connections of a listening socket. If no connection request was pending, or if any other - error occured, the resulting cTBSocket is closed. */ + error occurred, the resulting cTBSocket is closed. */ virtual cTBSocket Accept(void) const; /* Accept() extracts the first connection request on the queue of pending diff --git a/tools/source.h b/tools/source.h index 09c4bf3..b6fc36c 100644 --- a/tools/source.h +++ b/tools/source.h @@ -54,7 +54,7 @@ public: /* Close() resets the source to the uninitialized state (IsOpen() == false) and must be called by any derivations after really closing the source. Returns true on success and false on error, setting errno appropriately. - The object is in closed state afterwards, even if an error occured. */ + The object is in closed state afterwards, even if an error occurred. */ virtual bool Close(void); /* Read() reads at most Length bytes into the storage pointed to by Buffer, -- cgit v1.2.3