diff options
author | monsta <[email protected]> | 2017-04-13 15:45:11 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-04-13 15:45:11 +0300 |
commit | d860cabc1e20dba115aaefdfe781b7011b2f8432 (patch) | |
tree | 773e5479b26f3c3bebdbd2fb54ab9c31612442d6 | |
parent | 06b9ba3dfbbb4e882bee81232b8aa09e556e7315 (diff) | |
download | pluma-d860cabc1e20dba115aaefdfe781b7011b2f8432.tar.bz2 pluma-d860cabc1e20dba115aaefdfe781b7011b2f8432.tar.xz |
fix typo in code comments
-rw-r--r-- | pluma/pluma-commands-search.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |