Bug#232475: "calendar" misspelled in manual

Matt Kraai Matt Kraai <kraai@ftbfs.org>, 232475@bugs.debian.org
Thu, 12 Feb 2004 10:31:00 -0800


--+HP7ph2BbKc20aGI
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: zenity
Version: 1.6-2
Severity: minor
Tags: patch

The manual misspells "calendar" as "calender" in various places.
The attached patch corrects them.

-- 
Matt Kraai            kraai@ftbfs.org            http://ftbfs.org/

--+HP7ph2BbKc20aGI
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch

diff -ru zenity-1.6-old/help/C/zenity.xml zenity-1.6/help/C/zenity.xml
--- zenity-1.6-old/help/C/zenity.xml	2004-02-12 10:25:48.000000000 -0800
+++ zenity-1.6/help/C/zenity.xml	2004-02-12 10:27:35.000000000 -0800
@@ -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>

--+HP7ph2BbKc20aGI--