abrt/0016-doc-polkit-Spelling-grammar-fixes.patch
Matej Habrnal 34dad7f6af Automatic reporting from GSettings, Spelling/grammar fixes and another fixes
Resolves: #1217901

Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
2015-05-20 16:00:35 +02:00

144 lines
6.1 KiB
Diff

From e3df315b18f833bb44eb8aadeefc2ad932f39f97 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Tue, 19 May 2015 09:29:28 +0300
Subject: [PATCH] doc, polkit: Spelling/grammar fixes
---
doc/design | 6 +++---
doc/problems-service/org.freedesktop.Problems.xml.in | 4 ++--
doc/project/abrt.tex | 14 +++++++-------
src/dbus/abrt_polkit.policy | 4 ++--
4 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/doc/design b/doc/design
index a9ce040..f214caf 100644
--- a/doc/design
+++ b/doc/design
@@ -37,7 +37,7 @@ to a dedicated server(s) for processing (backtrace, etc).
Design
-Abrt design should be flexible enough to accomodate all
+Abrt design should be flexible enough to accommodate all
of the above usage scenarios.
Since currently we do not know how to dump oops on demand,
@@ -70,7 +70,7 @@ uses inotify to watch for crashes. Instead the programs which create crashes
can trigger their initial ("post-create") processing themselves]
Crashes conceptually go through "events" in their lives.
-Apart from "post-create" event decribed above, they may have
+Apart from "post-create" event described above, they may have
"analyze" event, "report[_FOO]" events,
and arbitrarily-named other events.
abrt-handle-crashdump tool can be used to "run" an event on a directory,
@@ -124,7 +124,7 @@ Done:
* Make abrt-gui start abrtd on demand, so that abrt-gui can be started
even if abrtd does not run at the moment.
* make kerneloops plugin into separate daemon (convert it to a hook
- and get rid of "cron plugins" which are wrong idea since the begining)
+ and get rid of "cron plugins" which are wrong idea since the beginning)
* make C/C++ hook to be started by init script
* add "include FILE" feature to abrt_event.conf
diff --git a/doc/problems-service/org.freedesktop.Problems.xml.in b/doc/problems-service/org.freedesktop.Problems.xml.in
index 118d4b2..b791bdb 100644
--- a/doc/problems-service/org.freedesktop.Problems.xml.in
+++ b/doc/problems-service/org.freedesktop.Problems.xml.in
@@ -53,7 +53,7 @@
<varlistentry>
<term>uid</term>
<listitem>
- <para>Only a user with root priviledges can pass this field. For all other users the field is filled by caller's uid.</para>
+ <para>Only a user with root privileges can pass this field. For all other users the field is filled by caller's uid.</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -309,7 +309,7 @@ for prblmid in problems.GetProblems():
</arg>
<arg type='x' name='timestamp_from' direction='in'>
- <tp:docstring>Beginnig of required time range.</tp:docstring>
+ <tp:docstring>Beginning of required time range.</tp:docstring>
</arg>
<arg type='x' name='timestamp_to' direction='in'>
diff --git a/doc/project/abrt.tex b/doc/project/abrt.tex
index 9e7724e..03b5705 100644
--- a/doc/project/abrt.tex
+++ b/doc/project/abrt.tex
@@ -194,7 +194,7 @@ information regarding their interests, involvement.
{\textbf{Package Maintainers}
\nodepart{second} \vspace{-5mm}
\begin{itemize} \itemsep1pt \parskip0pt \parsep0pt
- \item Fixing most frequently occured bugs
+ \item Fixing most frequently occurred bugs
\item Fixing bugs where the bug is well described
\end{itemize}
};
@@ -265,7 +265,7 @@ Highlight important reports
In-depth bug fixing
-------------------
-Collect core-dump for frequently occured reports
+Collect core-dump for frequently occurred reports
Retrace coredumps on demand
@@ -570,7 +570,7 @@ components.
Red Hat Bugzilla.
\end{description}
\item[Data Storage] Database and file storage for data required for
- the analysis, evaluation, adn processing of reports and problems.
+ the analysis, evaluation, and processing of reports and problems.
\begin{description}
\item[LLVM bitcode] We store LLVM bitcode of every binary and
dynamic library compiled from C/C++ source code.
@@ -582,8 +582,8 @@ components.
\begin{tikzpicture}
\umlclass[x=-4,y=0]{problem}{
id : PRIMARY KEY \\
-first occurence : TIMESTAMP NOT NULL \\
-last occurence : TIMESTAMP NOT NULL \\
+first occurrence : TIMESTAMP NOT NULL \\
+last occurrence : TIMESTAMP NOT NULL \\
}{}
\umlclass[x=4,y=-2]{problem report}{
@@ -616,8 +616,8 @@ Part of reports is populated from $\mu$reports.
\umlclass[x=-4,y=0]{report}{
id : PRIMARY KEY AUTOINCREMENT \\
type : ENUM (USERSPACE, KERNEL, PYTHON, SELINUX) \\
-first occurence : TIMESTAMP \\
-last occurence : TIMESTAMP \\
+first occurrence : TIMESTAMP \\
+last occurrence : TIMESTAMP \\
count : INT \\
component id : FOREIGN KEY \\
problem id : FOREIGN KEY
diff --git a/src/dbus/abrt_polkit.policy b/src/dbus/abrt_polkit.policy
index a3425d9..2c75233 100644
--- a/src/dbus/abrt_polkit.policy
+++ b/src/dbus/abrt_polkit.policy
@@ -17,7 +17,7 @@ Copyright (c) 2012 ABRT Team <crash-catcher@fedorahosted.com>
<!-- by default only root can see other users problems -->
<action id="org.freedesktop.problems.getall">
<description>Get problems from all users</description>
- <message>Reading others problems requires authentication</message>
+ <message>Reading other users' problems requires authentication</message>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_active>auth_admin_keep</allow_active>
@@ -28,7 +28,7 @@ Copyright (c) 2012 ABRT Team <crash-catcher@fedorahosted.com>
<!-- by default only root can access configuration -->
<action id="com.redhat.problems.configuration.update">
<description>Set value of configuration properties</description>
- <message>Update configuration values reuquires authentication</message>
+ <message>Updating configuration values requires authentication</message>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_active>auth_admin_keep</allow_active>
--
2.4.1