|
255 | 255 | #define LWG_2682_BEHAVIOUR
|
256 | 256 | //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
257 | 257 | // 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 |
259 | 259 | // #define LWG_2935_BEHAVIOUR
|
260 | 260 | //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
261 | 261 | // LWG #2936 enables new element wise (more expensive) path comparison
|
|
275 | 275 | // as UTF-8 encoded. With this define you can enfoce the old behavior on Windows, using
|
276 | 276 | // std::string as backend and for fs::path::native() and char for fs::path::c_str(). This
|
277 | 277 | // 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. |
279 | 279 | // #define GHC_WIN_DISABLE_WSTRING_STORAGE_TYPE
|
280 | 280 | //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
281 | 281 | // Raise errors/exceptions when invalid unicode codepoints or UTF-8 sequences are found,
|
|
296 | 296 | #define GHC_WITH_EXCEPTIONS
|
297 | 297 | #endif
|
298 | 298 | #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" |
300 | 300 | #endif
|
301 | 301 |
|
302 | 302 | namespace ghc {
|
@@ -368,7 +368,7 @@ class GHC_FS_API_CLASS path
|
368 | 368 | using path_helper_base<value_type>::preferred_separator;
|
369 | 369 |
|
370 | 370 | // 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. |
372 | 372 | enum format {
|
373 | 373 | generic_format, ///< The generic format, internally used by
|
374 | 374 | ///< ghc::filesystem::path with slashes
|
|
0 commit comments