[vlc-commits] [Git][videolan/vlc][master] configure: fix typo

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Mon Aug 15 10:20:03 UTC 2022



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
43d1dc53 by Johannes Kauffmann at 2022-08-15T10:02:43+00:00
configure: fix typo

- - - - -


1 changed file:

- configure.ac


Changes:

=====================================
configure.ac
=====================================
@@ -3870,7 +3870,7 @@ AC_ARG_ENABLE([qt-qml-cache],
 AM_CONDITIONAL([HAVE_QMLCACHE], [test "${enable_qt_qml_cache}" = "yes" && test "$QMLCACHE" != "no"])
 
 AC_ARG_ENABLE([qt-qml-debug],
-  AS_HELP_STRING([--enable-qt-qml-debug], [enable qml debuger]))
+  AS_HELP_STRING([--enable-qt-qml-debug], [enable qml debugger]))
 AM_CONDITIONAL(QT_QML_DEBUG, [test "${enable_qt_qml_debug}" = "yes"])
 
 AS_IF([test "${enable_qt}" != "no"], [



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/43d1dc53d68690023cb61736771c151501602f85

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/43d1dc53d68690023cb61736771c151501602f85
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list