From ff07f87b5b3fe212ef10af985c3efa39b8d1702a Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 16 Jun 2017 13:35:13 -0400 Subject: [PATCH] Run through spell checker --- d0355r3.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/d0355r3.html b/d0355r3.html index 1948b5e..66b6fa6 100644 --- a/d0355r3.html +++ b/d0355r3.html @@ -1731,7 +1731,7 @@ constexpr time_point& operator-=(const duration& d);

-Moidfy section 23.17.6 Class template time_point [time.point]/p1: +Modify section 23.17.6 Class template time_point [time.point]/p1:

@@ -1805,7 +1805,7 @@ Modify 23.17.7 [time.clock]:

1 The types defined in this subclause shall satisfy the TrivialClock requirements (23.17.3) -unless otherwise sepcified. +unless otherwise specified.

@@ -3011,7 +3011,7 @@ formatting string specifier according to the following specification:

The fmt string consists of zero or more conversion specifiers and ordinary -mulibyte characters. A conversion specifier consists of a % character, +multibyte characters. A conversion specifier consists of a % character, possibly followed by an E or O modifier character (described below), followed by a character that determines the behavior of the conversion specifier. All ordinary multibyte characters (excluding the terminating null character) are streamed @@ -3508,7 +3508,7 @@ alternative representation. Matches one white space character. [Note: %n, %t and a space, can be combined to match a wide range of white-space patterns. For example "%n " matches one or -more white space charcters, and "%n%t%t" matches one to three white +more white space characters, and "%n%t%t" matches one to three white space characters. — end note] @@ -8979,7 +8979,7 @@ pointer to a valid time_zone. — end note]

23.17.12.1.1 Remote time zone database support [time.timezone.database.remote]

-This subsection is optional/seperable and needs further discussion in the LEWG. No +This subsection is optional/separable and needs further discussion in the LEWG. No other sections depend upon this subsection.