From 3dc5d39e280671a60a72ff337049ef3c7ad49816 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan 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 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.5