From 6a925690ca6c2032934e2eec5fed96faedbb66d3 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 10 Nov 2009 19:31:24 +0000 Subject: [PATCH] System: Correct too_many_symbolic_link_levels misspelling. Fix #3559. [SVN r57553] --- include/boost/system/error_code.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/system/error_code.hpp b/include/boost/system/error_code.hpp index 37d73e2..d0eb6c5 100644 --- a/include/boost/system/error_code.hpp +++ b/include/boost/system/error_code.hpp @@ -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 };