core: spelling fixes

This commit is contained in:
Alexander Krotov
2017-08-16 19:00:22 +03:00
parent 9c6fd63995
commit 8d13ef312d
2 changed files with 2 additions and 2 deletions

View File

@@ -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`
*

View File

@@ -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.