Opened 13 years ago

Closed 13 years ago

#3559 closed Bugs (fixed)

Typo in error constant for ELOOP

Reported by: Giel van Schijndel <me@…> Owned by: Beman Dawes
Milestone: Boost 1.41.0 Component: system
Version: Boost 1.40.0 Severity: Problem
Keywords: Cc: me@…

Description

Line 132 of boost/system/error_code.hpp reads:

too_many_synbolic_link_levels = ELOOP,

This obviously should be:

too_many_symbolic_link_levels = ELOOP,

Change History (1)

comment:1 by Beman Dawes, 13 years ago

Resolution: fixed
Status: newclosed

(In [57553]) System: Correct too_many_symbolic_link_levels misspelling. Fix #3559.

Note: See TracTickets for help on using tickets.