From 06272135444329e2ddde1e3108c812e56ed2084f Mon Sep 17 00:00:00 2001 From: Preston Parry Date: Fri, 26 Aug 2016 16:00:27 -0500 Subject: [PATCH] Fixes typo "candicate" (#1508) --- python-package/xgboost/libpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-package/xgboost/libpath.py b/python-package/xgboost/libpath.py index fd53096ab..91c8dda92 100644 --- a/python-package/xgboost/libpath.py +++ b/python-package/xgboost/libpath.py @@ -42,7 +42,7 @@ def find_lib_path(): # From github issues, most of installation errors come from machines w/o compilers if len(lib_path) == 0 and not os.environ.get('XGBOOST_BUILD_DOC', False): raise XGBoostLibraryNotFound( - 'Cannot find XGBoost Libarary in the candicate path, ' + + 'Cannot find XGBoost Libarary in the candidate path, ' + 'did you install compilers and run build.sh in root path?\n' 'List of candidates:\n' + ('\n'.join(dll_path))) return lib_path