From 8d13ef312d5234cd150a05136f0a883b33f6a84c Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Wed, 16 Aug 2017 19:00:22 +0300 Subject: [PATCH] core: spelling fixes --- src/core/model/int64x64.h | 2 +- src/core/model/object-base.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/model/int64x64.h b/src/core/model/int64x64.h index 5c4a22d0a..b50bbac4d 100644 --- a/src/core/model/int64x64.h +++ b/src/core/model/int64x64.h @@ -151,7 +151,7 @@ inline bool operator >= (const int64x64_t & lhs, const int64x64_t & rhs) * Output streamer for int64x64_t. * * Values are printed with the following format flags - * (independent of the the stream flags): + * (independent of the stream flags): * - `showpos` * - `left` * diff --git a/src/core/model/object-base.h b/src/core/model/object-base.h index d31c5cd79..8c43cd8bd 100644 --- a/src/core/model/object-base.h +++ b/src/core/model/object-base.h @@ -158,7 +158,7 @@ public: /** * Set a single attribute without raising errors. * - * If the atttribute could not be set this will return \c false, + * If the attribute could not be set this will return \c false, * but not raise any errors. * * \param [in] name The name of the attribute to set.