diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-07 11:50:11 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-07 11:50:11 -0700 |
commit | 34ed91bd900937447fb79e88f276fe19e6aba457 (patch) | |
tree | 5169fdea0baeec723798b86959dea4cd24c9f59a /src/README.XAW3D | |
parent | 8a8fbec86a2988aa96cbf913d1fa54946fd9cf82 (diff) |
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/README.XAW3D')
-rw-r--r-- | src/README.XAW3D | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/README.XAW3D b/src/README.XAW3D index dae96e5..2e8cb3f 100644 --- a/src/README.XAW3D +++ b/src/README.XAW3D @@ -35,7 +35,7 @@ Applications written for Xaw3d might have to test the library for a particular feature (see the "Xaw3d build options" section below). To - accomodate this, a private header is installed which reflects the + accommodate this, a private header is installed which reflects the library's capabilities. Xaw3dP.h contains four definitions that may be used for this purpose. For example: @@ -51,8 +51,8 @@ The use of most shadow resources should be intuitive enough, and may be set or read conventionally (e.g., resource files, editres, - programatically, etc.). The userData resource may be used to "hang" - application-specific data on a widget, but this is accessable to + programmatically, etc.). The userData resource may be used to "hang" + application-specific data on a widget, but this is accessible to programs only. Other resources and less-than-obvious features are documented throughout this file. @@ -96,7 +96,7 @@ Xaw3d build options: -------------------- - Like Xaw, the default Xaw3d does not accomodate multi-plane pixmaps. + Like Xaw, the default Xaw3d does not accommodate multi-plane pixmaps. If you want color pixmaps, and have the XPM library installed, pass the --enable-multiplane-bitmaps flag to configure. You may then specify either XPM or XBM files for any Xaw3d bitmap resource, whether by @@ -105,8 +105,8 @@ Note that this enables the use of structures and functions in the XPM library; the XPM library include file (xpm.h) must be available when - building Xaw3d, and the XPM library must then be availble when running - applications that use Xaw3d. This makes Xaw3d dependant on the XPM + building Xaw3d, and the XPM library must then be available when running + applications that use Xaw3d. This makes Xaw3d dependent on the XPM library, so think twice about it. The default stippled shadows used when the beNiceToColormap resource @@ -386,7 +386,7 @@ The Tip widget: --------------- - This Tip widget is not compatable with XFree86's "Xaw7" Tip widget. I + This Tip widget is not compatible with XFree86's "Xaw7" Tip widget. I couldn't grok how it links the specified widgets to a Tip widget, nor how their labels are set. Perhaps it's all done with an "Xaw7" DisplayList, I don't know. So, this XawTipEnable() function requires a @@ -443,7 +443,7 @@ Brian V. Smith <bvsmith@lbl.gov> Malcolm Strickland <chuck-strickland@orl.mmc.com> Frank Terhaar-Yonkers <fty@bizarre.trpnc.epa.gov> - Tim Theisen <tim@cs.wisc.edu> + Tim Theisen <time@cs.wisc.edu> Mitch Trachtenberg <mitch@mta.com> Jerry Whelan <guru@stasi.bradley.edu> Robert Withrow <witr@rwwa.com> |