summaryrefslogtreecommitdiffstats
path: root/gtk/src/queuehandler.c
diff options
context:
space:
mode:
authorluz.paz <[email protected]>2018-02-07 10:54:59 -0500
committerScott <[email protected]>2018-02-20 18:10:44 +0000
commit2d1c8541460c2b63d46eb1a278adacee14a55556 (patch)
treebaf9c409edfb51f1a2b649b1f6e2291ff0524b76 /gtk/src/queuehandler.c
parent5ce54df39b61c5b104f83d7ce291e67eada56efc (diff)
Misc. typos
Found via `codespell -q 3 --skip="./gtk/po`
Diffstat (limited to 'gtk/src/queuehandler.c')
-rw-r--r--gtk/src/queuehandler.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/src/queuehandler.c b/gtk/src/queuehandler.c
index ed3721ef0..75fe204d2 100644
--- a/gtk/src/queuehandler.c
+++ b/gtk/src/queuehandler.c
@@ -1717,7 +1717,7 @@ title_dest_file_cb(GtkWidget *widget, signal_user_data_t *ud)
// Check if changing the destination file name resolves
// a file name conflict. Enable selection if so.
- // Disable selection if it creates a confict!!!
+ // Disable selection if it creates a conflict!!!
gboolean can_select;
can_select = title_multiple_can_select(ud->settings_array, index);
ghb_dict_set_bool(settings, "title_selected", can_select);
@@ -1753,7 +1753,7 @@ title_dest_dir_cb(GtkWidget *widget, signal_user_data_t *ud)
// Check if changing the destination file name resolves
// a file name conflict. Enable selection if so.
- // Disable selection if it creates a confict!!!
+ // Disable selection if it creates a conflict!!!
gboolean can_select;
can_select = title_multiple_can_select(ud->settings_array, index);
ghb_dict_set_bool(settings, "title_selected", can_select);
@@ -2142,7 +2142,7 @@ queue_drag_motion_cb(
pos = GTK_TREE_VIEW_DROP_BEFORE;
if (pos == GTK_TREE_VIEW_DROP_INTO_OR_AFTER)
pos = GTK_TREE_VIEW_DROP_AFTER;
- // Don't allow droping int child items
+ // Don't allow dropping int child items
if (gtk_tree_path_get_depth(path) > 1)
{
gtk_tree_path_up(path);