]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix typos in documentation (STR #3826, STR #3829)
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 14 Apr 2011 06:59:02 +0000 (06:59 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 14 Apr 2011 06:59:02 +0000 (06:59 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9683 7a7537e8-13f0-0310-91df-b6672ffda945

CHANGES-1.4.txt
doc/help/accounting.html

index f9191242e0fe0625e94dbbed8a709e044d0a59b4..28dd4bfeb343828b829d3f7b0f84a939f77ca34f 100644 (file)
@@ -4,7 +4,7 @@ CHANGES-1.4.txt
 CHANGES IN CUPS V1.4.7
 
        - Documentation changes (STR #3710, STR #3720, STR #3745, STR #3750,
-         STR #3757, STR #3758, STR #3782)
+         STR #3757, STR #3758, STR #3782, STR #3826, STR #3829)
        - Web interface fixes (STR #3412, STR #3345, STR #3455, STR #3707,
          STR #3755, STR #3769, STR #3783)
        - Configure script fixes (STR #3659, STR #3691)
index fe995956f361788febfdff99111886532086b035..66c34ec1f3d28cad34a91d7b24a50ade2fd49c31 100644 (file)
@@ -18,15 +18,15 @@ support, there are several third-party solutions that can be found on
 
 <P>CUPS supports page and size-based quotas for each printer.
 The quotas are tracked individually for each user, but a single set of
-limits applies to all users for a partiuclar printer. For example, you
+limits applies to all users for a particular printer. For example, you
 can limit every user to 5 pages per day on an expensive printer, but
 you cannot limit every user except Johnny.</P>
 
-<P>The <CODE>job-k-limit</CODE>, <CODE>job-page-limit</CODE>, and <CODE>job-quota-peiod</CODE>
+<P>The <CODE>job-k-limit</CODE>, <CODE>job-page-limit</CODE>, and <CODE>job-quota-period</CODE>
 options determine whether and how quotas are enforced for a printer.
 The <CODE>job-quota-period</CODE> option determines the time interval for
 quota tracking. The interval is expressed in seconds, so a day is
-86,400, a week is 604,800 and a month is 2,592,000 seconds. The
+86,400, a week is 604,800, and a month is 2,592,000 seconds. The
 <CODE>job-k-limit</CODE> option specifies the job size limit in killobytes. The 
 <CODE>job-page-limit</CODE> option specifies the number of pages limit.</P>