diff options
author | Daniel Carl <danielcarl@gmx.de> | 2017-04-27 22:16:04 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2017-04-27 22:24:38 +0200 |
commit | 9a48524c7e068ed3952206174fa5a2e8093ada6f (patch) | |
tree | 72161b15fcb894b35577fff3f049997a89d26dca /src/completion.c | |
parent | ee218313a2d3f1c41f30102ba5498471b32925c0 (diff) |
Fix some typos.
Diffstat (limited to 'src/completion.c')
-rw-r--r-- | src/completion.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/completion.c b/src/completion.c index 8bda61f..22fced6 100644 --- a/src/completion.c +++ b/src/completion.c @@ -205,8 +205,8 @@ gboolean completion_next(Client *c, gboolean back) comp->active--; /* Step back over the beginning. */ if (comp->active == -1) { - /* Unselect the current item to show the user that the shown - * content is the initial typed content. */ + /* Deselect the current item to show the user the initial typed + * content. */ gtk_tree_selection_unselect_all(gtk_tree_view_get_selection(GTK_TREE_VIEW(comp->tree))); return FALSE; |