Fix typo
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 14 Dec 2023 08:48:24 +0000 (09:48 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 14 Dec 2023 08:49:15 +0000 (09:49 +0100)
Reported-by: Junwang Zhao <zhjwpku@gmail.com>
meson.build

index eaa03d686d1aff59d1a3638e2fd55fe3bf5944a4..2145705da487f80f2961fc75db7e77c5393c53cf 100644 (file)
@@ -1131,7 +1131,7 @@ if not get_option('readline').disabled()
 
     if not at_least_one_header_found
       error('''readline header not found
-If you have @0@ already installed, see meson-log/meson-log.txt for details on the
+If you have @0@ already installed, see meson-logs/meson-log.txt for details on the
 failure. It is possible the compiler isn't looking in the proper directory.
 Use -Dreadline=disabled to disable readline support.'''.format(readline_dep))
     endif