summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/Bugzilla.cpp')
-rw-r--r--lib/Plugins/Bugzilla.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp
index 0b23b950..c5cbbb9a 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"