summaryrefslogtreecommitdiff
path: root/boost/accumulators/framework/accumulators/droppable_accumulator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/accumulators/framework/accumulators/droppable_accumulator.hpp')
-rw-r--r--boost/accumulators/framework/accumulators/droppable_accumulator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/accumulators/framework/accumulators/droppable_accumulator.hpp b/boost/accumulators/framework/accumulators/droppable_accumulator.hpp
index 1beed664a3..0e882b5c35 100644
--- a/boost/accumulators/framework/accumulators/droppable_accumulator.hpp
+++ b/boost/accumulators/framework/accumulators/droppable_accumulator.hpp
@@ -215,7 +215,7 @@ namespace boost { namespace accumulators
template<typename Args>
void on_drop(Args const &args)
{
- // cache the result at the point this calcuation was dropped
+ // cache the result at the point this calculation was dropped
BOOST_ASSERT(!this->has_result());
this->set(this->Accumulator::result(args));
}