[vlc-commits] [Git][videolan/vlc][master] display: fix typo in doxygen comment

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Thu Jul 16 01:10:27 UTC 2026



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


Commits:
cdac4e85 by Manikandan K. S. at 2026-07-16T02:51:50+02:00
display: fix typo in doxygen comment

Fix 'succes' -> 'success'.

- - - - -


1 changed file:

- include/vlc_vout_display.h


Changes:

=====================================
include/vlc_vout_display.h
=====================================
@@ -295,7 +295,7 @@ struct vlc_display_operations
      *
      * \param display the display to change projection for
      * \param projection the new projection mode considered for the source
-     * \return VLC_SUCCESS on succes, another value if changing projection failed
+     * \return VLC_SUCCESS on success, another value if changing projection failed
      */
     int (*change_source_projection)(vout_display_t *display,
                                     video_projection_mode_t projection);



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cdac4e857ec2a9c836dbb0101bce63c0d4bc4dde
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list