[LOW] STR #4239: typos in ipptoolfile(5) and ppdcfile(5) man pages

Jiri Popelka <[email protected]> Mon, 3 Dec 2012 04:57:34 -0800 (PST)
Newsgroups gmane.comp.printing.cups.bugs
Message-ID <[email protected]>
DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

See Summary and attached patch.

Link: https://www.cups.org/str.php?L4239
Version: 1.7-current

_______________________________________________
cups-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/cups-bugs
typos.patch (text/plain, 2.4 KB)
>From 5298b20a87685545b3cfeddea0ae3b67cf2562db Mon Sep 17 00:00:00 2001
From: Jiri Popelka <[email protected]>
Date: Mon, 3 Dec 2012 13:52:05 +0100
Subject: [PATCH] Fix typos in ipptoolfile(5) and ppdcfile(5).

---
 man/ipptoolfile.man | 4 ++--
 man/ppdcfile.man    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/ipptoolfile.man b/man/ipptoolfile.man
index da60b84..45cc78d 100644
--- a/man/ipptoolfile.man
+++ b/man/ipptoolfile.man
@@ -16,7 +16,7 @@
 ipptoolfile \- ipptool file format
 
 .SH DESCRIPTION
-The \fIipptool(1)\fR program accepts free-form plain text files that describe one or more IPP requests. Comments start with the "#" character and continue to the end of the line. Each request is enclosed by curley braces, for example:
+The \fIipptool(1)\fR program accepts free-form plain text files that describe one or more IPP requests. Comments start with the "#" character and continue to the end of the line. Each request is enclosed by curly braces, for example:
 .nf
 
     # This is a comment
@@ -547,7 +547,7 @@ $scheme
 Inserts the scheme from the URI provided to \fIipptool\fR.
 .TP 5
 $notify-subscription-id
-Inserts the last notify-subscription-id value returnd in a test response or 0 if
+Inserts the last notify-subscription-id value returned in a test response or 0 if
 no notify-subscription-id has been seen.
 .TP 5
 $port
diff --git a/man/ppdcfile.man b/man/ppdcfile.man
index ff38c80..19744cf 100644
--- a/man/ppdcfile.man
+++ b/man/ppdcfile.man
@@ -19,7 +19,7 @@ ppdcfile \- cups ppd compiler source file format
 The CUPS PPD compiler reads meta files that contain descriptions
 of one or more PPD files to be generated by \fIppdc\fR. This man
 page provides a quick reference to the supported keywords and
-should be used in conjuction with the Common UNIX Printing System
+should be used in conjunction with the Common UNIX Printing System
 Developers Manual.
 .PP
 The source file format is plain ASCII text that can be edited
@@ -27,7 +27,7 @@ using your favorite text editor. Comments are supported using
 the C (/* ... */) and C++ (// ...) comment mechanisms.
 .PP
 Printer driver information can be grouped and shared using
-curley braces ({ ... }); PPD files are written when a close
+curly braces ({ ... }); PPD files are written when a close
 brace or end-of-file is seen and a PCFileName directive has been
 defined.
 .PP
-- 
1.8.0