Fix a typo in the manual

This commit is contained in:
Ross Burton 2004-04-20 10:54:21 +00:00
parent 9cb4c22a66
commit 0b175e1c58
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2004-04-20 Ross Burton <ross@burtonini.com>
* help/C/zenity.xml: Fix a typo, "Calender". Patch from Matt Kraai
<kraai@ftbfs.org>.
2004-04-20 Glynn Foster <glynn.foster@sun.com> 2004-04-20 Glynn Foster <glynn.foster@sun.com>
* help/C/zenity.xml: Fix documentation for text-info * help/C/zenity.xml: Fix documentation for text-info

View File

@ -89,7 +89,7 @@
<itemizedlist> <itemizedlist>
<listitem><para> <listitem><para>
<link linkend="zenity-calendar-options">Calender dialog.</link> <link linkend="zenity-calendar-options">Calendar dialog.</link>
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
<link linkend="zenity-text-entry-options">Text entry dialog.</link> <link linkend="zenity-text-entry-options">Text entry dialog.</link>
@ -142,8 +142,8 @@
<para> <para>
Ensure that all arguments to &app; are surrounded by quotes. For example, use Ensure that all arguments to &app; are surrounded by quotes. For example, use
<command>zenity --calender --title="Holiday Planner"</command> instead of <command>zenity --calendar --title="Holiday Planner"</command> instead of
<command>zenity --calender --title=Holiday Planner</command>. <command>zenity --calendar --title=Holiday Planner</command>.
If you do not use quotes, you can get unexpected results. If you do not use quotes, you can get unexpected results.
</para> </para>
@ -237,12 +237,12 @@
<title>Calendar Dialog</title> <title>Calendar Dialog</title>
<para> <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 date selected to standad error. The current date will be used by the dialog if
no date is given on the command line. no date is given on the command line.
</para> </para>
<para> <para>
The Calender dialog has the following options: The Calendar dialog has the following options:
</para> </para>
<variablelist> <variablelist>