Merge branch 'typo' into 'main'

meson: Fix typo in comment about python shebang

See merge request GNOME/glib!4486
This commit is contained in:
Marco Trevisan 2025-02-11 17:09:57 +00:00
commit 15edb1b07e

View File

@ -2490,7 +2490,7 @@ python = import('python').find_installation()
# Sets the shebang on script files. This has been changed many times including
# using env, the absolute path to the Python executable, and using both python
# and python3 names. Please review the history here, prior to suggesting
# further changes: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/439
# further changes: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4391
python_shebang = '/usr/bin/env python3'
python_version = python.language_version()