Skip to content

Commit 8ae8772

Browse files
committed
Fix typo
Reported-by: Junwang Zhao <zhjwpku@gmail.com>
1 parent 0e2c05a commit 8ae8772

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
@@ -1131,7 +1131,7 @@ if not get_option('readline').disabled()
11311131

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

0 commit comments

Comments
 (0)