From 51981d562b96ad6939e5d0edee1d7ac0b16f1a54 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Mon, 2 Jul 2018 20:11:12 +0100 Subject: [PATCH] ScrolledWindow: a couple of spelling/grammar fixes (A) Put a space in "scrolled window" like the other doc comments (B) Say "i.e." rather than "ie." (C) Fix grammar from "makes [...] exactly reaches" to "exactly reach" --- gtk/gtkscrolledwindow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index 74c42eda33..e46e8dc5d4 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -744,7 +744,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class) * @pos: edge side that was hit * * The ::edge-overshot signal is emitted whenever user initiated scrolling - * makes the scrolledwindow firmly surpass (ie. with some edge resistance) + * makes the scrolled window firmly surpass (i.e. with some edge resistance) * the lower or upper limits defined by the adjustment in that orientation. * * A similar behavior without edge resistance is provided by the @@ -767,7 +767,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class) * @pos: edge side that was reached * * The ::edge-reached signal is emitted whenever user-initiated scrolling - * makes the scrolledwindow exactly reaches the lower or upper limits + * makes the scrolled window exactly reach the lower or upper limits * defined by the adjustment in that orientation. * * A similar behavior with edge resistance is provided by the