summaryrefslogtreecommitdiff
path: root/ScrollByLP.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-04-19 18:41:23 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-04-20 08:57:26 -0700
commit8140c2d43519fc44606a82e0d249541a2cdf516d (patch)
tree3f4d94a09f2b32a8559768710f3b39693a75a4d7 /ScrollByLP.h
parenteec31c83594049fc52c985daacca0f8007a2a410 (diff)
Fix numerous typos & spelling errors in comments and message strings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'ScrollByLP.h')
-rw-r--r--ScrollByLP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ScrollByLP.h b/ScrollByLP.h
index 25402d7..3ddd3c3 100644
--- a/ScrollByLP.h
+++ b/ScrollByLP.h
@@ -59,8 +59,8 @@ extern ScrollByLineClassRec scrollByLineClassRec;
/* New fields for the ScrollByLine widget record */
typedef struct _ScrollByLinePart {
- Pixel foreground; /* The color for the forground of the text. */
- Boolean force_vert, /* Must have scrollbar visable */
+ Pixel foreground; /* The color for the foreground of the text. */
+ Boolean force_vert, /* Must have scrollbar visible */
use_right; /* put scroll bar on right side of window. */
FILE * file; /* The file to display. */
Dimension indent; /* amount to indent the file. */