diff options
Diffstat (limited to 'doc/ttk_dialog.n')
-rw-r--r-- | doc/ttk_dialog.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ttk_dialog.n b/doc/ttk_dialog.n index 41a30c6..f8b9398 100644 --- a/doc/ttk_dialog.n +++ b/doc/ttk_dialog.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: ttk_dialog.n,v 1.3 2006/12/13 23:04:33 hobbs Exp $ +'\" RCS: @(#) $Id: ttk_dialog.n,v 1.4 2007/05/03 23:55:30 dkf Exp $ '\" .so man.macros .TH ttk_dialog n 8.5 Tk "Tk Themed Widget" @@ -33,7 +33,7 @@ Specifies a string to use as the window manager title. .OP \-message undefined undefined Specifies the message to display in this dialog. .OP \-detail undefined undefined -Specifies a longer auxilliary message. +Specifies a longer auxiliary message. .OP \-command undefined undefined Specifies a command prefix to be invoked when the user presses one of the command buttons. @@ -51,7 +51,7 @@ See \fBPREDEFINED DIALOG TYPES\fR, below. Specifies one of the stock dialog icons, \fBinfo\fR, \fBquestion\fR, \fBwarning\fR, \fBerror\fR, \fBauth\fR, or \fBbusy\fR. -If set to the empty string (the defalt), no icon is displayed. +If set to the empty string (the default), no icon is displayed. .OP \-buttons undefined undefined A list of symbolic button names. .OP \-labels undefined undefined |