diff options
author | Ross Burton <rburton@src.gnome.org> | 2004-04-20 10:54:21 +0000 |
---|---|---|
committer | Ross Burton <rburton@src.gnome.org> | 2004-04-20 10:54:21 +0000 |
commit | 0b175e1c580a18f60716beb2736dc5a6753918cc (patch) | |
tree | ad0bf699e312210d904f6877e0eb98c1bc100816 /help/C | |
parent | Fix documentation for text-info as pointed out by the grand master of the (diff) | |
download | zenity-0b175e1c580a18f60716beb2736dc5a6753918cc.tar.gz zenity-0b175e1c580a18f60716beb2736dc5a6753918cc.tar.bz2 zenity-0b175e1c580a18f60716beb2736dc5a6753918cc.zip |
Fix a typo in the manual
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/zenity.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/help/C/zenity.xml b/help/C/zenity.xml index 3aae3ca7..0c2b9af4 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -89,7 +89,7 @@ <itemizedlist> <listitem><para> - <link linkend="zenity-calendar-options">Calender dialog.</link> + <link linkend="zenity-calendar-options">Calendar dialog.</link> </para></listitem> <listitem><para> <link linkend="zenity-text-entry-options">Text entry dialog.</link> @@ -142,8 +142,8 @@ <para> Ensure that all arguments to &app; are surrounded by quotes. For example, use - <command>zenity --calender --title="Holiday Planner"</command> instead of - <command>zenity --calender --title=Holiday Planner</command>. + <command>zenity --calendar --title="Holiday Planner"</command> instead of + <command>zenity --calendar --title=Holiday Planner</command>. If you do not use quotes, you can get unexpected results. </para> @@ -237,12 +237,12 @@ <title>Calendar Dialog</title> <para> - Use <command>--calender</command> to create a Calender dialog. &app; returns the + Use <command>--calendar</command> to create a Calendar dialog. &app; returns the date selected to standad error. The current date will be used by the dialog if no date is given on the command line. </para> <para> - The Calender dialog has the following options: + The Calendar dialog has the following options: </para> <variablelist> |