[libdvdnav-devel] [Git][videolan/libdvdread][master] [docs] remove duplicated words

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sun Jul 31 09:53:04 UTC 2022



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


Commits:
23392df9 by Miguel Borges de Freitas at 2022-07-31T09:50:45+00:00
[docs] remove duplicated words

- - - - -


1 changed file:

- src/dvdread/dvd_reader.h


Changes:

=====================================
src/dvdread/dvd_reader.h
=====================================
@@ -128,10 +128,10 @@ typedef struct {
  *   path/VTS_01_1.VOB
  *   path/vts_01_1.vob
  *
- * @param path Specifies the the device, file or directory to be used.
+ * @param path Specifies the device, file or directory to be used.
  * @param stream is a private handle used by stream_cb
  * @param stream_cb is a struct containing seek and read functions
- * @return If successful a a read handle is returned. Otherwise 0 is returned.
+ * @return If successful a read handle is returned. Otherwise 0 is returned.
  *
  * dvd = DVDOpen(path);
  * dvd = DVDOpenStream(stream, &stream_cb);
@@ -142,11 +142,11 @@ dvd_reader_t *DVDOpenStream( void *, dvd_reader_stream_cb * );
 /**
  * Same as DVDOpen, but with private handle to be passed back on callbacks
  *
- * @param path Specifies the the device, file or directory to be used.
+ * @param path Specifies the device, file or directory to be used.
  * @param priv is a private handle
  * @param logcb is a custom logger callback struct, or NULL if none needed
  * @param stream_cb is a struct containing seek and read functions
- * @return If successful a a read handle is returned. Otherwise 0 is returned.
+ * @return If successful a read handle is returned. Otherwise 0 is returned.
  *
  * dvd = DVDOpen2(priv, logcb, path);
  * dvd = DVDOpenStream2(priv, logcb, &stream_cb);



View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/23392df9d6ee8e3632f16ffbd9ce07fa993c30ce

-- 
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/23392df9d6ee8e3632f16ffbd9ce07fa993c30ce
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the libdvdnav-devel mailing list