PolicyKit: Branch 'master'

Miloslav Trmac mitr at kemper.freedesktop.org
Wed Oct 21 12:09:03 PDT 2015


 docs/man/pkcheck.xml |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 3da58d63358b177611a93dd0b1edb72825e3ef87
Author: Anders Jonsson <anders.jonsson at norsjovallen.se>
Date:   Wed Oct 21 14:43:06 2015 +0200

    pkcheck: fix man typos
    
    https://bugs.freedesktop.org/show_bug.cgi?id=92566

diff --git a/docs/man/pkcheck.xml b/docs/man/pkcheck.xml
index c856ca4..6613a5d 100644
--- a/docs/man/pkcheck.xml
+++ b/docs/man/pkcheck.xml
@@ -125,33 +125,33 @@ KEY1=VALUE1
 KEY2=VALUE2
 KEY3=VALUE3
 ...</programlisting>
-      Octects that are not in [a-zA-Z0-9_] are escaped using octal codes prefixed
+      Octets that are not in [a-zA-Z0-9_] are escaped using octal codes prefixed
       with <emphasis>\</emphasis>.
       For example, the UTF-8 string <emphasis>føl,你好</emphasis> will be printed
       as <emphasis>f\303\270l\54\344\275\240\345\245\275</emphasis>.
     </para>
     <para>
-      If the specificied process is not
+      If the specified process is not
       authorized, <command>pkcheck</command> exits with a return value
       of 1 and a diagnostic message is printed on standard error. Details
       are printed on standard output.
     </para>
     <para>
-      If the specificied process is not
+      If the specified process is not
       authorized because no suitable authentication agent is available or if the
       <option>--allow-user-interaction</option> wasn't passed, <command>pkcheck</command>
       exits with a return value of 2 and a diagnostic message is printed on standard error.
       Details are printed on standard output.
     </para>
     <para>
-      If the specificied process is not authorized because the
+      If the specified process is not authorized because the
       authentication dialog / request was dismissed by the user,
       <command>pkcheck</command> exits with a return value of 3 and a
       diagnostic message is printed on standard error.  Details are
       printed on standard output.
     </para>
     <para>
-      If an error occured while checking for authorization, <command>pkcheck</command> exits
+      If an error occurred while checking for authorization, <command>pkcheck</command> exits
       with a return value of 127 with a diagnostic message printed on standard error.
     </para>
     <para>


More information about the hal-commit mailing list