[vlc-commits] input: fix spelling

Rémi Denis-Courmont git at videolan.org
Wed Mar 6 21:57:35 CET 2019


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Mar  6 19:35:10 2019 +0200| [64238c4243584be57fd18bb3a82b49c07b064cbd] | committer: Rémi Denis-Courmont

input: fix spelling

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=64238c4243584be57fd18bb3a82b49c07b064cbd
---

 src/input/item.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/input/item.c b/src/input/item.c
index 42dd7cf073..29e61aac00 100644
--- a/src/input/item.c
+++ b/src/input/item.c
@@ -1685,9 +1685,9 @@ void vlc_readdir_helper_init(struct vlc_readdir_helper *p_rdh,
                              vlc_object_t *p_obj, input_item_node_t *p_node)
 {
     /* Read options from the parent item. This allows vlc_stream_ReadDir()
-     * users to specify options whitout touhing any vlc_object_t. Apply options
-     * on a temporary object in order to not apply options (that can be
-     * insecure) to the current object. */
+     * users to specify options without affecting any exisitng vlc_object_t.
+     * Apply options on a temporary object in order to not apply options (which
+     * can be insecure) to the current object. */
     vlc_object_t *p_var_obj = vlc_object_create(p_obj, sizeof(vlc_object_t));
     if (p_var_obj != NULL)
     {



More information about the vlc-commits mailing list