From b8ac6f50b0bfff3446110c9284e52dd49290fe5d Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 24 Aug 2009 15:52:39 +0200 Subject: typo fixes --- lib/Plugins/Bugzilla.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Plugins/Bugzilla.cpp') diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp index 0b23b95..c5cbbb9 100644 --- a/lib/Plugins/Bugzilla.cpp +++ b/lib/Plugins/Bugzilla.cpp @@ -203,11 +203,11 @@ void CReporterBugzilla::CreateNewBugDescription(const map_crash_report_t& pCrash } if (pCrashReport.find(CD_COMMENT) != pCrashReport.end()) { - comment = "\n\nCommnet\n" + comment = "\n\nComment\n" "-----\n" + pCrashReport.find(CD_COMMENT)->second[CD_CONTENT]; } - pDescription = "\nabrt detected crash.\n" + + pDescription = "\nabrt detected a crash.\n" + howToReproduce + comment + "\n\nAdditional information\n" -- cgit