[vlc-commits] dialog: fix comment typo
Thomas Guillem
git at videolan.org
Mon Apr 25 14:38:08 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Apr 25 14:37:33 2016 +0200| [e6adadfb96d902699d52f091aebd5cab4d7171a0] | committer: Thomas Guillem
dialog: fix comment typo
callack -> callback
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e6adadfb96d902699d52f091aebd5cab4d7171a0
---
include/vlc/libvlc_dialog.h | 6 +++---
include/vlc_dialog.h | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/vlc/libvlc_dialog.h b/include/vlc/libvlc_dialog.h
index 11edcae..2276316 100644
--- a/include/vlc/libvlc_dialog.h
+++ b/include/vlc/libvlc_dialog.h
@@ -65,7 +65,7 @@ typedef struct libvlc_dialog_cbs
* You can interact with this dialog by calling libvlc_dialog_post_login()
* to post an answer or libvlc_dialog_dismiss() to cancel this dialog.
*
- * @note to receive this callack, libvlc_dialog_cbs.pf_cancel should not be
+ * @note to receive this callback, libvlc_dialog_cbs.pf_cancel should not be
* NULL.
*
* @param p_data opaque pointer for the callback
@@ -87,7 +87,7 @@ typedef struct libvlc_dialog_cbs
* You can interact with this dialog by calling libvlc_dialog_post_action()
* to post an answer or libvlc_dialog_dismiss() to cancel this dialog.
*
- * @note to receive this callack, libvlc_dialog_cbs.pf_cancel should not be
+ * @note to receive this callback, libvlc_dialog_cbs.pf_cancel should not be
* NULL.
*
* @param p_data opaque pointer for the callback
@@ -113,7 +113,7 @@ typedef struct libvlc_dialog_cbs
* If cancellable (psz_cancel != NULL), you can cancel this dialog by
* calling libvlc_dialog_dismiss()
*
- * @note to receive this callack, libvlc_dialog_cbs.pf_cancel and
+ * @note to receive this callback, libvlc_dialog_cbs.pf_cancel and
* libvlc_dialog_cbs.pf_update_progress should not be NULL.
*
* @param p_data opaque pointer for the callback
diff --git a/include/vlc_dialog.h b/include/vlc_dialog.h
index 568fb28..9d0507e 100644
--- a/include/vlc_dialog.h
+++ b/include/vlc_dialog.h
@@ -290,7 +290,7 @@ typedef struct vlc_dialog_cbs
* You can interact with this dialog by calling vlc_dialog_id_post_login()
* to post an answer or vlc_dialog_id_dismiss() to cancel this dialog.
*
- * @note to receive this callack, vlc_dialog_cbs.pf_cancel should not be
+ * @note to receive this callback, vlc_dialog_cbs.pf_cancel should not be
* NULL.
*
* @param p_data opaque pointer for the callback
@@ -312,7 +312,7 @@ typedef struct vlc_dialog_cbs
* You can interact with this dialog by calling vlc_dialog_id_post_action()
* to post an answer or vlc_dialog_id_dismiss() to cancel this dialog.
*
- * @note to receive this callack, vlc_dialog_cbs.pf_cancel should not be
+ * @note to receive this callback, vlc_dialog_cbs.pf_cancel should not be
* NULL.
*
* @param p_data opaque pointer for the callback
@@ -338,7 +338,7 @@ typedef struct vlc_dialog_cbs
* If cancellable (psz_cancel != NULL), you can cancel this dialog by
* calling vlc_dialog_id_dismiss()
*
- * @note to receive this callack, vlc_dialog_cbs.pf_cancel and
+ * @note to receive this callback, vlc_dialog_cbs.pf_cancel and
* vlc_dialog_cbs.pf_update_progress should not be NULL.
*
* @param p_data opaque pointer for the callback
More information about the vlc-commits
mailing list