From 13fca972788b4b907e55a650a43a1b8318894e74 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 15 Dec 2024 00:17:17 +0100 Subject: Fix typo. --- src/lib/util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/util.cc b/src/lib/util.cc index 022289a58..105f109a3 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -1134,7 +1134,7 @@ setup_grok_library_path() { static std::string old_path; if (old_path.empty()) { - auto const old = getenv("LD_LIRARY_PATH"); + auto const old = getenv("LD_LIBRARY_PATH"); if (old) { old_path = old; } -- cgit v1.2.3