diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-03-13 13:57:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-03-13 13:57:50 (GMT) |
commit | 64dc4d20f50af60de85e9a7c61f4146ef5ea5a55 (patch) | |
tree | 57cd3bf2007a22202079e5c41cf4946fdccc178c /doc/ttk_Geometry.3 | |
parent | a1be27aaab68d7bf4ff2be1f1785336b6dd3cb6d (diff) | |
download | tk-64dc4d20f50af60de85e9a7c61f4146ef5ea5a55.zip tk-64dc4d20f50af60de85e9a7c61f4146ef5ea5a55.tar.gz tk-64dc4d20f50af60de85e9a7c61f4146ef5ea5a55.tar.bz2 |
Minor spelling fixes.
Diffstat (limited to 'doc/ttk_Geometry.3')
-rw-r--r-- | doc/ttk_Geometry.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ttk_Geometry.3 b/doc/ttk_Geometry.3 index 5a0ce4f..95be72f 100644 --- a/doc/ttk_Geometry.3 +++ b/doc/ttk_Geometry.3 @@ -88,7 +88,7 @@ One of the standard Tk relief options (TK_RELIEF_RAISED, TK_RELIEF_SUNKEN, etc.). See \fBTk_GetReliefFromObj\fR. .AP short right in -Extra padding (in pixles) to add to the right side of a region. +Extra padding (in pixels) to add to the right side of a region. .AP Ttk_Side side in One of \fBTTK_SIDE_LEFT\fR, \fBTTK_SIDE_TOP\fR, \fBTTK_SIDE_RIGHT\fR, or \fBTTK_SIDE_BOTTOM\fR. @@ -128,7 +128,7 @@ typedef struct { .CE All coordinates are relative to the window. .PP -\fBTtk_MakeBox\fR is a convenience routine that contsructs +\fBTtk_MakeBox\fR is a convenience routine that constructs a \fBTtk_Box\fR structure representing a region \fIwidth\fR pixels wide, \fIheight\fR pixels tall, at the specified \fIx, y\fR coordinates. .PP @@ -173,7 +173,7 @@ typedef struct { } \fBTtk_Padding\fR; .CE .PP -\fBTtk_MakePadding\fR is a convenience routine that contsructs +\fBTtk_MakePadding\fR is a convenience routine that constructs a \fBTtk_Padding\fR structure with the specified left, top, right, and bottom components. .PP |