summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkbufferdisplay.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-07-14 22:14:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-07-14 22:14:50 (GMT)
commitb806230a94be8d3cefb79d7756c95660033596b2 (patch)
tree16f1db10a2c025a3f556a0c9e1b30e8d45062915 /src/gtkext/gtkbufferdisplay.c
parent24d47dfce830d44fd435805124f1727f24baf24b (diff)
Typo.
Diffstat (limited to 'src/gtkext/gtkbufferdisplay.c')
-rw-r--r--src/gtkext/gtkbufferdisplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/gtkbufferdisplay.c b/src/gtkext/gtkbufferdisplay.c
index 65b9603..eec0e5b 100644
--- a/src/gtkext/gtkbufferdisplay.c
+++ b/src/gtkext/gtkbufferdisplay.c
@@ -936,7 +936,7 @@ GBufferView *gtk_buffer_display_get_view(const GtkBufferDisplay *display)
* *
******************************************************************************/
-bool gtk_buffer_display_contains_cursor(const GtkBufferDisplay *display, const GLineCursor *cursor)
+bool gtk_buffer_display_contain_cursor(const GtkBufferDisplay *display, const GLineCursor *cursor)
{
bool result; /* Bilan à retourner */
GLineCursor *start; /* Position initiale du tampon */