[vlc-commits] dialog: fix comment typo
Thomas Guillem
git at videolan.org
Mon Apr 25 16:38:34 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Apr 25 16:36:11 2016 +0200| [b99a05e865e352f4e979185a57f3adb54b7b41f3] | committer: Thomas Guillem
dialog: fix comment typo
diaog -> dialog
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b99a05e865e352f4e979185a57f3adb54b7b41f3
---
include/vlc/libvlc_dialog.h | 8 ++++----
include/vlc_dialog.h | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/include/vlc/libvlc_dialog.h b/include/vlc/libvlc_dialog.h
index 2276316..b176b93 100644
--- a/include/vlc/libvlc_dialog.h
+++ b/include/vlc/libvlc_dialog.h
@@ -53,7 +53,7 @@ typedef struct libvlc_dialog_cbs
* Called when an error message needs to be displayed
*
* @param p_data opaque pointer for the callback
- * @param psz_title title of the diaog
+ * @param psz_title title of the dialog
* @param psz_text text of the dialog
*/
void (*pf_display_error)(void *p_data, const char *psz_title,
@@ -70,7 +70,7 @@ typedef struct libvlc_dialog_cbs
*
* @param p_data opaque pointer for the callback
* @param p_id id used to interact with the dialog
- * @param psz_title title of the diaog
+ * @param psz_title title of the dialog
* @param psz_text text of the dialog
* @param psz_default_username user name that should be set on the user form
* @param b_ask_store if true, ask the user if he wants to save the
@@ -92,7 +92,7 @@ typedef struct libvlc_dialog_cbs
*
* @param p_data opaque pointer for the callback
* @param p_id id used to interact with the dialog
- * @param psz_title title of the diaog
+ * @param psz_title title of the dialog
* @param psz_text text of the dialog
* @param i_type question type (or severity) of the dialog
* @param psz_cancel text of the cancel button
@@ -118,7 +118,7 @@ typedef struct libvlc_dialog_cbs
*
* @param p_data opaque pointer for the callback
* @param p_id id used to interact with the dialog
- * @param psz_title title of the diaog
+ * @param psz_title title of the dialog
* @param psz_text text of the dialog
* @param b_indeterminate true if the progress dialog is indeterminate
* @param f_position initial position of the progress bar (between 0.0 and
diff --git a/include/vlc_dialog.h b/include/vlc_dialog.h
index 9d0507e..23df3cb 100644
--- a/include/vlc_dialog.h
+++ b/include/vlc_dialog.h
@@ -278,7 +278,7 @@ typedef struct vlc_dialog_cbs
* Called when an error message needs to be displayed
*
* @param p_data opaque pointer for the callback
- * @param psz_title title of the diaog
+ * @param psz_title title of the dialog
* @param psz_text text of the dialog
*/
void (*pf_display_error)(void *p_data, const char *psz_title,
@@ -295,7 +295,7 @@ typedef struct vlc_dialog_cbs
*
* @param p_data opaque pointer for the callback
* @param p_id id used to interact with the dialog
- * @param psz_title title of the diaog
+ * @param psz_title title of the dialog
* @param psz_text text of the dialog
* @param psz_default_username user name that should be set on the user form
* @param b_ask_store if true, ask the user if he wants to save the
@@ -317,7 +317,7 @@ typedef struct vlc_dialog_cbs
*
* @param p_data opaque pointer for the callback
* @param p_id id used to interact with the dialog
- * @param psz_title title of the diaog
+ * @param psz_title title of the dialog
* @param psz_text text of the dialog
* @param i_type question type (or severity) of the dialog
* @param psz_cancel text of the cancel button
@@ -343,7 +343,7 @@ typedef struct vlc_dialog_cbs
*
* @param p_data opaque pointer for the callback
* @param p_id id used to interact with the dialog
- * @param psz_title title of the diaog
+ * @param psz_title title of the dialog
* @param psz_text text of the dialog
* @param b_indeterminate true if the progress dialog is indeterminate
* @param f_position initial position of the progress bar (between 0.0 and
More information about the vlc-commits
mailing list