mirror of
https://github.com/boostorg/system.git
synced 2025-08-01 13:34:25 +02:00
System: Correct too_many_symbolic_link_levels misspelling. Fix #3559.
[SVN r57553]
This commit is contained in:
@@ -129,7 +129,7 @@ namespace boost
|
||||
too_many_files_open_in_system = ENFILE,
|
||||
too_many_files_open = EMFILE,
|
||||
too_many_links = EMLINK,
|
||||
too_many_synbolic_link_levels = ELOOP,
|
||||
too_many_symbolic_link_levels = ELOOP,
|
||||
value_too_large = EOVERFLOW,
|
||||
wrong_protocol_type = EPROTOTYPE
|
||||
};
|
||||
|
Reference in New Issue
Block a user