Skip to content

Commit 8280628

Browse files
committed
Correcting spelling errors
Correcting spelling errors
1 parent 399941f commit 8280628

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/ghc/filesystem.hpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
#define LWG_2682_BEHAVIOUR
256256
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
257257
// LWG #2395 makes crate_directory/create_directories not emit an error if there is a regular
258-
// file with that name, it is superceded by P1164R1, so only activate if really needed
258+
// file with that name, it is superseded by P1164R1, so only activate if really needed
259259
// #define LWG_2935_BEHAVIOUR
260260
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
261261
// LWG #2936 enables new element wise (more expensive) path comparison
@@ -275,7 +275,7 @@
275275
// as UTF-8 encoded. With this define you can enfoce the old behavior on Windows, using
276276
// std::string as backend and for fs::path::native() and char for fs::path::c_str(). This
277277
// needs more conversions so it is (an was before v1.5) slower, bot might help keeping source
278-
// homogenous in a multi platform project.
278+
// homogeneous in a multi platform project.
279279
// #define GHC_WIN_DISABLE_WSTRING_STORAGE_TYPE
280280
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
281281
// Raise errors/exceptions when invalid unicode codepoints or UTF-8 sequences are found,
@@ -296,7 +296,7 @@
296296
#define GHC_WITH_EXCEPTIONS
297297
#endif
298298
#if !defined(GHC_WITH_EXCEPTIONS) && defined(GHC_RAISE_UNICODE_ERRORS)
299-
#error "Can't raise unicode errors whith exception support disabled"
299+
#error "Can't raise unicode errors with exception support disabled"
300300
#endif
301301

302302
namespace ghc {
@@ -368,7 +368,7 @@ class GHC_FS_API_CLASS path
368368
using path_helper_base<value_type>::preferred_separator;
369369

370370
// 30.10.10.1 enumeration format
371-
/// The path format in wich the constructor argument is given.
371+
/// The path format in which the constructor argument is given.
372372
enum format {
373373
generic_format, ///< The generic format, internally used by
374374
///< ghc::filesystem::path with slashes

0 commit comments

Comments
 (0)