Fix typo.
authorCarl Hetherington <cth@carlh.net>
Sat, 14 Dec 2024 23:17:17 +0000 (00:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 14 Dec 2024 23:17:17 +0000 (00:17 +0100)
src/lib/util.cc

index 022289a5868c4fcc60cd46235205c882113f48f5..105f109a368a90b58498221b75dd4283a33271c9 100644 (file)
@@ -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;
                }