Skip to content

Commit f04c1dc

Browse files
committed
[except.handle, except.spec, fs.op.temp_dir_path] Fix typos
1 parent 1af1226 commit f04c1dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/exceptions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
the declaration has a potentially throwing exception specification
733733
unless it is a destructor or a deallocation function
734734
or is defaulted on its first declaration,
735-
in which cases the exception specfication
735+
in which cases the exception specification
736736
is as specified below
737737
and no other declaration for that function
738738
shall have a \grammarterm{noexcept-specifier}.
@@ -883,7 +883,7 @@
883883
or a destructor without a \grammarterm{noexcept-specifier},
884884
is potentially-throwing if and only if
885885
any of the destructors
886-
for any of its potentially constructed subojects
886+
for any of its potentially constructed subobjects
887887
is potentially throwing.
888888

889889
\pnum

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15177,7 +15177,7 @@
1517715177

1517815178
\begin{itemdescr}
1517915179
\pnum
15180-
\returns An unspecifed directory path suitable for temporary files. An error shall be reported if
15180+
\returns An unspecified directory path suitable for temporary files. An error shall be reported if
1518115181
\tcode{!exists(p) || !is_directory(p)}, where \tcode{p} is the path to be returned.
1518215182
The signature with argument \tcode{ec} returns \tcode{path()} if an
1518315183
error occurs.

0 commit comments

Comments
 (0)