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