summaryrefslogtreecommitdiff
path: root/boost/locale/date_time.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/locale/date_time.hpp')
-rw-r--r--boost/locale/date_time.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/locale/date_time.hpp b/boost/locale/date_time.hpp
index 4a50198aa9..71a92690a1 100644
--- a/boost/locale/date_time.hpp
+++ b/boost/locale/date_time.hpp
@@ -104,7 +104,7 @@ namespace boost {
///
/// Get period_type for: Day of week, Sunday=1, Monday=2,..., Saturday=7.
///
- /// Note that that updating this value respects local day of week, so for example,
+ /// Note that updating this value respects local day of week, so for example,
/// If first day of week is Monday and the current day is Tuesday then setting
/// the value to Sunday (1) would forward the date by 5 days forward and not backward
/// by two days as it could be expected if the numbers were taken as is.
@@ -179,7 +179,7 @@ namespace boost {
///
/// Get date_time_period for: Day of week, Sunday=1, Monday=2,..., Saturday=7.
///
- /// Note that that updating this value respects local day of week, so for example,
+ /// Note that updating this value respects local day of week, so for example,
/// If first day of week is Monday and the current day is Tuesday then setting
/// the value to Sunday (1) would forward the date by 5 days forward and not backward
/// by two days as it could be expected if the numbers were taken as is.
@@ -1009,7 +1009,7 @@ namespace boost {
///
/// Extract from date_time numerical value of Day of week, Sunday=1, Monday=2,..., Saturday=7.
///
- /// Note that that updating this value respects local day of week, so for example,
+ /// Note that updating this value respects local day of week, so for example,
/// If first day of week is Monday and the current day is Tuesday then setting
/// the value to Sunday (1) would forward the date by 5 days forward and not backward
/// by two days as it could be expected if the numbers were taken as is.