diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-14 13:05:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-14 13:05:19 (GMT) |
commit | e3b515e0b616ab42cff45b183f8b41cd2b8ba7cc (patch) | |
tree | 667274ed8e93b7cd92ad4099f7727b8425763d23 /doc | |
parent | f3c23cb3238602c8b9ca1d97dfeae5d2516ad633 (diff) | |
parent | 028075331447bd594ef3e131a813992b0e207aca (diff) | |
download | tk-e3b515e0b616ab42cff45b183f8b41cd2b8ba7cc.zip tk-e3b515e0b616ab42cff45b183f8b41cd2b8ba7cc.tar.gz tk-e3b515e0b616ab42cff45b183f8b41cd2b8ba7cc.tar.bz2 |
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/SetClassProcs.3 | 2 | ||||
-rw-r--r-- | doc/ttk_Geometry.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/SetClassProcs.3 b/doc/SetClassProcs.3 index 832b269..53f7cce 100644 --- a/doc/SetClassProcs.3 +++ b/doc/SetClassProcs.3 @@ -56,7 +56,7 @@ The \fIinstanceData\fR parameter passed to the \fIworldChangedProc\fR will be identical to the \fIinstanceData\fR parameter passed to \fBTk_SetClassProcs\fR. .PP -\fIcreateProc\fR is used to create platform-dependant windows. It is +\fIcreateProc\fR is used to create platform-dependent windows. It is invoked by \fBTk_MakeWindowExist\fR. \fIcreateProc\fR should have arguments and results that match the type \fBTk_ClassCreateProc\fR: .CS diff --git a/doc/ttk_Geometry.3 b/doc/ttk_Geometry.3 index 61015c5..09d59e0 100644 --- a/doc/ttk_Geometry.3 +++ b/doc/ttk_Geometry.3 @@ -212,7 +212,7 @@ See \fBTk_GetPixelsFromObj(3)\fR for the syntax of length specifications. .PP \fBTtk_GetBorderFromObj\fR is the same as \fBTtk_GetPaddingFromObj\fR except that the lengths are specified as integers -(i.e., resolution-dependant values like \fI3m\fR are not allowed). +(i.e., resolution-dependent values like \fI3m\fR are not allowed). .PP \fBTtk_GetStickyFromObj\fR converts the string in \fIobjPtr\fR to a \fIsticky\fR bitmask. The string contains zero or more |