From d860cabc1e20dba115aaefdfe781b7011b2f8432 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 13 Apr 2017 15:45:11 +0300 Subject: fix typo in code comments --- pluma/pluma-commands-search.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pluma') diff --git a/pluma/pluma-commands-search.c b/pluma/pluma-commands-search.c index f4db2479..bd30c184 100644 --- a/pluma/pluma-commands-search.c +++ b/pluma/pluma-commands-search.c @@ -785,7 +785,7 @@ _pluma_cmd_search_goto_line (GtkAction *action, /* goto line is builtin in PlumaView, just activate - * the corrisponding binding. + * the corresponding binding. */ gtk_bindings_activate (G_OBJECT (active_view), GDK_KEY_i, @@ -809,7 +809,7 @@ _pluma_cmd_search_incremental_search (GtkAction *action, gtk_widget_grab_focus (GTK_WIDGET (active_view)); /* incremental search is builtin in PlumaView, just activate - * the corrisponding binding. + * the corresponding binding. */ gtk_bindings_activate (G_OBJECT (active_view), GDK_KEY_k, -- cgit v1.2.1