summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-24 15:52:39 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-24 15:52:39 +0200
commitb8ac6f50b0bfff3446110c9284e52dd49290fe5d (patch)
tree8fd72770c61b20bf339df1260e5cc399d4c772dd /lib/Plugins
parentcada6b0c495c094b58d2f40be7615be00e5be71b (diff)
downloadabrt-b8ac6f50b0bfff3446110c9284e52dd49290fe5d.tar.gz
abrt-b8ac6f50b0bfff3446110c9284e52dd49290fe5d.tar.xz
abrt-b8ac6f50b0bfff3446110c9284e52dd49290fe5d.zip
typo fixes
Diffstat (limited to 'lib/Plugins')
-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"