summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-06-16 17:16:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-06-16 17:16:30 +0000
commit3749fa970e93793fd389da7dbb74d75aee6e5849 (patch)
treec122ae6f72cccd2177782f0d8df1ef6939730b18
parentcfa4d2705f87aba4b4cbd8e85c2d20afd8488969 (diff)
downloadATCD-3749fa970e93793fd389da7dbb74d75aee6e5849.tar.gz
-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;