# HG changeset patch # User Markus Mützel # Date 1607103203 -3600 # Node ID c7498b5aece09e3bfb4821fe7f20c2d06dff035b # Parent f5e89a80ba8cd6e5deba558260df82b32a1cbb39 Fix typo in identifier. * libinterp/corefcn/utils.cc (contents_file_in_path): Fix typo in identifier. diff -r f5e89a80ba8c -r c7498b5aece0 libinterp/corefcn/utils.cc --- a/libinterp/corefcn/utils.cc Thu Dec 03 17:46:40 2020 -0800 +++ b/libinterp/corefcn/utils.cc Fri Dec 04 18:33:23 2020 +0100 @@ -796,7 +796,7 @@ if (! dir.empty ()) { - load_path& lp = __get_load_path__ ("contents_in_file_path"); + load_path& lp = __get_load_path__ ("contents_file_in_path"); std::string tcontents = sys::file_ops::concat (lp.find_dir (dir), "Contents.m");