Spelling fixes
This commit is contained in:
@@ -74,7 +74,7 @@ startup(int argc, char **argv)
|
||||
if( DtInitialize(XtDisplay(toplevel), toplevel, argv[0],
|
||||
"Dt_TYPE") == False)
|
||||
{
|
||||
printf(" couldn't initialize everthing\n");
|
||||
printf(" couldn't initialize everything\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Introduction:
|
||||
The files in this directory contain the DT 3.0 action and
|
||||
filetype definitions.
|
||||
|
||||
The syntax for the DT 3.0 defintions is much different than the
|
||||
The syntax for the DT 3.0 definitions is much different than the
|
||||
DT 2.0 syntax. The most significant change is that the each
|
||||
field in a definition is on a separate line and each field is
|
||||
identified by a keyword. Other important changes are: filetype
|
||||
|
||||
Reference in New Issue
Block a user