summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-15 00:17:17 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-15 00:17:17 +0100
commit13fca972788b4b907e55a650a43a1b8318894e74 (patch)
treeac4c950f0784be931b80053f3d7d632755e8f30c
parentee872e376e17360793e3d24b268927ed36946afd (diff)
Fix typo.
-rw-r--r--src/lib/util.cc2
1 files changed, 1 insertions, 1 deletions
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;
}