[gtk+/gtk-3-22] gtk: remove non-breaking space, probably there by mistake



commit 1e7982212f90a22249b84fffb5788114dcc8b3d2
Author: Arnaud Rebillout <elboulangero gmail com>
Date:   Sat Dec 16 23:12:50 2017 +0700

    gtk: remove non-breaking space, probably there by mistake
    
    Signed-off-by: Arnaud Rebillout <elboulangero gmail com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=791710

 gtk/gtktextbuffer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c
index 81b95f5..3efec49 100644
--- a/gtk/gtktextbuffer.c
+++ b/gtk/gtktextbuffer.c
@@ -3827,7 +3827,7 @@ remove_all_selection_clipboards (GtkTextBuffer *buffer)
  * @override_location: (allow-none): location to insert pasted text, or %NULL
  * @default_editable: whether the buffer is editable by default
  *
- * Pastes the contents of a clipboard. If @override_location is %NULL, the
+ * Pastes the contents of a clipboard. If @override_location is %NULL, the
  * pasted text will be inserted at the cursor position, or the buffer selection
  * will be replaced if the selection is non-empty.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]