changeset 29140:c7498b5aece0

Fix typo in identifier. * libinterp/corefcn/utils.cc (contents_file_in_path): Fix typo in identifier.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 04 Dec 2020 18:33:23 +0100
parents f5e89a80ba8c
children f873857f5f86
files libinterp/corefcn/utils.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");