summaryrefslogtreecommitdiff
path: root/ace/Stream.h
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-05 11:14:48 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-05 11:14:48 +0000
commit59ae589480afa36d8b6c92f96670ef7de24e79b3 (patch)
tree7f886919d67d0c3b29e5991696281b4dd35d92b9 /ace/Stream.h
parent28dcee3e53646f2f7a0d5dba7cdfc8cc8423094f (diff)
downloadATCD-59ae589480afa36d8b6c92f96670ef7de24e79b3.tar.gz
Fixed a Typo on the "virtual" keyword.
Diffstat (limited to 'ace/Stream.h')
-rw-r--r--ace/Stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Stream.h b/ace/Stream.h
index bee4b56693f..ee4452dde99 100644
--- a/ace/Stream.h
+++ b/ace/Stream.h
@@ -121,7 +121,7 @@ public:
// Wait for upto <timeout> amount of time for the operation to
// complete (or block forever if <timeout> == 0).
- virutal int control (ACE_IO_Cntl_Msg::ACE_IO_Cntl_Cmds cmd,
+ virtual int control (ACE_IO_Cntl_Msg::ACE_IO_Cntl_Cmds cmd,
void *args);
// Send control message down the stream.