063c337
From 3dc5d39e280671a60a72ff337049ef3c7ad49816 Mon Sep 17 00:00:00 2001
063c337
From: Yuri Chornoivan <yurchor@ukr.net>
063c337
Date: Fri, 12 Feb 2016 22:58:13 +0200
063c337
Subject: [PATCH] Fix minor typos
063c337
063c337
---
063c337
 src/plugins/report_CentOSBugTracker.xml.in | 4 ++--
063c337
 src/plugins/reporter-ureport.c             | 2 +-
063c337
 2 files changed, 3 insertions(+), 3 deletions(-)
063c337
063c337
diff --git a/src/plugins/report_CentOSBugTracker.xml.in b/src/plugins/report_CentOSBugTracker.xml.in
063c337
index 0e2adbe..89bfc8b 100644
063c337
--- a/src/plugins/report_CentOSBugTracker.xml.in
063c337
+++ b/src/plugins/report_CentOSBugTracker.xml.in
063c337
@@ -25,8 +25,8 @@
063c337
             <_description>CentOS Bug Tracker account password</_description>
063c337
         </option>
063c337
         <option type="bool" name="Mantisbt_CreatePrivate">
063c337
-            <_label>Restric access</_label>
063c337
-            <_note-html>The issue will be accessible only to users with access to 'Pivate Issues'</_note-html>
063c337
+            <_label>Restrict access</_label>
063c337
+            <_note-html>The issue will be accessible only to users with access to 'Private Issues'</_note-html>
063c337
             <default-value>no</default-value>
063c337
         </option>
063c337
         <advanced-options>
063c337
diff --git a/src/plugins/reporter-ureport.c b/src/plugins/reporter-ureport.c
063c337
index f49ebc8..52a05f5 100644
063c337
--- a/src/plugins/reporter-ureport.c
063c337
+++ b/src/plugins/reporter-ureport.c
063c337
@@ -105,7 +105,7 @@ int main(int argc, char **argv)
063c337
         OPT_STRING('r', "report-result-type", &report_result_type, "REPORT_RESULT_TYPE",
063c337
                           _("use REPORT_RESULT_TYPE when looking for FIELD in reported_to (used only with -L)")),
063c337
         OPT_STRING('T', "type", &attach_type, "ATTACHMENT_TYPE",
063c337
-                          _("attach DATA as ureporte attachment ATTACHMENT_TYPE (used only with -l|-L)")),
063c337
+                          _("attach DATA as ureport attachment ATTACHMENT_TYPE (used only with -l|-L)")),
063c337
         OPT_END(),
063c337
     };
063c337
 
063c337
-- 
063c337
2.5.5
063c337