diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/util.cc | 2 |
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; } |
