summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ();
};