diff options
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/statistics.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/statistics.hh b/src/base/statistics.hh index f8e651b97..cdb5a0b73 100644 --- a/src/base/statistics.hh +++ b/src/base/statistics.hh @@ -1359,7 +1359,7 @@ struct DistParams : public StorageParams }; /** - * Templatized storage and interface for a distrbution stat. + * Templatized storage and interface for a distribution stat. */ class DistStor { @@ -1894,7 +1894,7 @@ class DistBase : public DataWrap<Derived, DistInfoProxy> } /** - * Add the argument distribution to the this distibution. + * Add the argument distribution to the this distribution. */ void add(DistBase &d) { data()->add(d.data()); } |