Skip to content

Commit 0e91750

Browse files
committed
Fix typo
Reported-by: Junwang Zhao <zhjwpku@gmail.com>
1 parent 741fb00 commit 0e91750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ if not get_option('readline').disabled()
11391139

11401140
if not at_least_one_header_found
11411141
error('''readline header not found
1142-
If you have @0@ already installed, see meson-log/meson-log.txt for details on the
1142+
If you have @0@ already installed, see meson-logs/meson-log.txt for details on the
11431143
failure. It is possible the compiler isn't looking in the proper directory.
11441144
Use -Dreadline=disabled to disable readline support.'''.format(readline_dep))
11451145
endif

0 commit comments

Comments
 (0)