From 84a05acc8c341c2be383198496764992ae971a46 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 6 May 2013 04:24:17 +0200 Subject: updated for version 7.3.925 Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) --- src/gui_gtk_x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui_gtk_x11.c') diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c index 61432a20d9..ceade7526f 100644 --- a/src/gui_gtk_x11.c +++ b/src/gui_gtk_x11.c @@ -1257,7 +1257,7 @@ selection_received_cb(GtkWidget *widget UNUSED, } } - /* Chop off any traiing NUL bytes. OpenOffice sends these. */ + /* Chop off any trailing NUL bytes. OpenOffice sends these. */ while (len > 0 && text[len - 1] == NUL) --len; -- cgit v1.2.3