diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:53:19 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:55:06 -0700 |
commit | 5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 (patch) | |
tree | 66e10eb5d1a72390812ac8e71f4dc1dc2c7d6ba3 /src/emacsgtkfixed.c | |
parent | 0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (diff) | |
download | emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.gz emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.bz2 emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.zip |
; Typo fixes, mostly repeated words
Diffstat (limited to 'src/emacsgtkfixed.c')
-rw-r--r-- | src/emacsgtkfixed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacsgtkfixed.c b/src/emacsgtkfixed.c index 1a00e0f6806..4243b3ffd9d 100644 --- a/src/emacsgtkfixed.c +++ b/src/emacsgtkfixed.c @@ -81,7 +81,7 @@ emacs_fixed_gtk_widget_size_allocate (GtkWidget *widget, additional case for an xwidget view. It would be nicer if the bse class method could be called first, - and the the xview modification only would remain here. It wasn't + and the xview modification only would remain here. It wasn't possible to solve it that way yet. */ EmacsFixedClass *klass; GtkWidgetClass *parent_class; |