summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CIAO/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp b/CIAO/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp
index fe20bc90235..bf1df07dff7 100644
--- a/CIAO/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp
+++ b/CIAO/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp
@@ -80,7 +80,7 @@ namespace CIAO_Stock_StockDistributor_Impl
{
return -1;
}
- // cancle the timer
+ // cancel the timer
this->reactor ()->cancel_timer (this);
this->active_ = 0;
return 0;