diff options
author | Frank Schmirler <vdr@schmirler.de> | 2012-06-28 17:17:59 +0200 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2012-06-28 17:17:59 +0200 |
commit | 84db6323a6cddc7d48bfa4e89086e407894739d7 (patch) | |
tree | 2434406e6a4b5cbb4d52fb73a96bd2770f2345f4 /tools/socket.h | |
parent | 281105f0c7cdb70cfb532020cb8c3c3c8f1611e2 (diff) | |
download | vdr-plugin-streamdev-84db6323a6cddc7d48bfa4e89086e407894739d7.tar.gz vdr-plugin-streamdev-84db6323a6cddc7d48bfa4e89086e407894739d7.tar.bz2 |
Corrected typos (thanks to Ville Skyttä)
Diffstat (limited to 'tools/socket.h')
-rw-r--r-- | tools/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |