[Xfce4-commits] [apps/parole] 01/01: Correct typos
noreply at xfce.org
noreply at xfce.org
Sat Jun 3 11:52:50 CEST 2017
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/parole.
commit 0efa16365194736a14e4f5734186912db8623561
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sat Jun 3 05:52:44 2017 -0400
Correct typos
---
THANKS | 2 +-
src/misc/parole-pl-parser.c | 4 ++--
src/misc/parole.h.in | 2 +-
src/parole-conf-dialog.c | 6 +++---
src/parole-conf.c | 2 +-
src/parole-player.c | 2 +-
src/parole-utils.c | 4 ++--
7 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/THANKS b/THANKS
index d7df3f7..76ccc79 100644
--- a/THANKS
+++ b/THANKS
@@ -7,4 +7,4 @@ write a GStreamer based media player.
2) Totem, The gnome media player.
3) Aldegonde, the code is very clear and minimal, ideal to read before starting.
-Thanks to all the people that contributed/ing to these projects, without, Parole whouldn't be possible.
+Thanks to all the people that contributed/ing to these projects, without, Parole wouldn't be possible.
diff --git a/src/misc/parole-pl-parser.c b/src/misc/parole-pl-parser.c
index 1736ac9..254595c 100644
--- a/src/misc/parole-pl-parser.c
+++ b/src/misc/parole-pl-parser.c
@@ -700,7 +700,7 @@ gboolean parole_pl_parser_save_from_files(GSList *files, const gchar *filename,
*
* Parse a playlist into a series of #ParoleFile
*
- * Returns: a #GSList containts a list of #ParoleFile parsed from the playlist,
+ * Returns: a #GSList containing a list of #ParoleFile parsed from the playlist,
* or NULL if no files were parsed
*
* Since: 0.2
@@ -729,7 +729,7 @@ out:
* This function tries to parse a playlist without guessing the playlist format.
*
*
- * Returns: a #GSList containts a list of #ParoleFile parsed from the playlist,
+ * Returns: a #GSList containing a list of #ParoleFile parsed from the playlist,
* or NULL if no files were parsed
*
* Since: 0.2
diff --git a/src/misc/parole.h.in b/src/misc/parole.h.in
index 45d2c69..eb8905f 100644
--- a/src/misc/parole.h.in
+++ b/src/misc/parole.h.in
@@ -68,7 +68,7 @@
* PAROLE_CHECK_VERSION:
* @major: major version number
* @minor: minor version number
- * @micro: micor version number
+ * @micro: micro version number
*
* Checks the parole version.
*
diff --git a/src/parole-conf-dialog.c b/src/parole-conf-dialog.c
index e2dd6ba..b75bbd1 100644
--- a/src/parole-conf-dialog.c
+++ b/src/parole-conf-dialog.c
@@ -140,7 +140,7 @@ void parole_conf_dialog_subtitle_encoding_changed_cb(GtkComboBox *widget, Parole
NULL);
}
-/* Enable visualisations */
+/* Enable visualizations */
void parole_conf_dialog_enable_vis_changed_cb(GObject *object, GParamSpec *pspec, gpointer *data) {
gboolean active;
ParoleConfDialog *self;
@@ -267,7 +267,7 @@ parole_conf_dialog_init(ParoleConfDialog *self) {
self->priv->vis_plugins = parole_vis_get_plugins();
}
-/* Fill the combobox with visualisations */
+/* Fill the combobox with visualizations */
static void
parole_conf_dialog_add_vis_plugins(gpointer key, gpointer value, GtkWidget *combox) {
GtkListStore *store = GTK_LIST_STORE(gtk_combo_box_get_model(GTK_COMBO_BOX(combox)));
@@ -293,7 +293,7 @@ parole_conf_dialog_add_clutter_sink(ParoleConfDialog *dialog, GtkComboBox *combo
}
#endif
-/* Set the combobox to the default visualisation plugin */
+/* Set the combobox to the default visualization plugin */
static gboolean
parole_conf_dialog_set_default_vis_plugin(GtkTreeModel *model,
GtkTreePath *path,
diff --git a/src/parole-conf.c b/src/parole-conf.c
index 2cde0a6..0ba1ccd 100644
--- a/src/parole-conf.c
+++ b/src/parole-conf.c
@@ -514,7 +514,7 @@ parole_conf_class_init(ParoleConfClass *klass) {
*
* Xfconf property: /parole/scan-recursive
*
- * If openening a directory should also open subdirectories.
+ * If opening a directory should also open subdirectories.
**/
g_object_class_install_property(object_class,
PROP_SCAN_FOLDER_RECURSIVELY,
diff --git a/src/parole-player.c b/src/parole-player.c
index 9741fe9..3181ed7 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -2921,7 +2921,7 @@ parole_audiobox_expose_event(GtkWidget *w, GdkEventExpose *ev, ParolePlayer *pla
gtk_box_set_homogeneous(GTK_BOX(w), homogeneous);
- /* Expand the coverart if the parent box packing is homogenous */
+ /* Expand the coverart if the parent box packing is homogeneous */
gtk_box_set_child_packing(GTK_BOX(w),
player->priv->audiobox_cover,
homogeneous,
diff --git a/src/parole-utils.c b/src/parole-utils.c
index 264b082..7a461a2 100644
--- a/src/parole-utils.c
+++ b/src/parole-utils.c
@@ -195,7 +195,7 @@ thunar_file_compare_by_name(ParoleFile *file_a,
gchar bbuf[8];
/* transform the unicode chars to strings and
- * make sure the strings are nul-terminated.
+ * make sure the strings are null-terminated.
*/
abuf[g_unichar_to_utf8(ac, abuf)] = '\0';
bbuf[g_unichar_to_utf8(bc, bbuf)] = '\0';
@@ -538,7 +538,7 @@ parole_get_uri_from_unix_device(const gchar *device) {
*
* @total_seconds: length of the media file in seconds
*
- * Returns : formated string for the media length
+ * Returns : formatted string for the media length
**/
gchar *parole_format_media_length(gint total_seconds) {
gchar *timestring;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list