summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormxiong <mxiong@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-30 16:34:22 +0000
committermxiong <mxiong@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-30 16:34:22 +0000
commitff1716ca57317368af23ad5b1f7c6e630297b0ab (patch)
tree55f43c5a6266b3b79777dd4069987cd38e4affc5
parent03308d9b0e494355cb084e6465f37575b0cc7e17 (diff)
downloadATCD-ff1716ca57317368af23ad5b1f7c6e630297b0ab.tar.gz
*** empty log message ***
-rw-r--r--TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor.idl b/TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor.idl
index 10f2b477231..393f0fa94c1 100644
--- a/TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor.idl
+++ b/TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor.idl
@@ -12,7 +12,7 @@ module Stock
interface Trigger {
/// Start the real-time monitoring service
void start ();
- /// Stop the real-time monitoring service
+ /// Stop the real-time monitoring service
void stop ();
};