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"
This commit is contained in:
Daniel Boles 2018-07-02 20:11:12 +01:00
parent 8a00551871
commit 1d30ada735

View File

@ -833,7 +833,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
@ -858,7 +858,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