summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-04-29 14:59:55 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-04-29 14:59:55 +0200
commit440d00eaa578530647abe4c92bfe05099fa9ea8d (patch)
treeaac1d7975410038a417424e00080986b134ae13e
parent1912a7c3980713ccc81e9fd2895873e29dc519a2 (diff)
downloadabrt-440d00eaa578530647abe4c92bfe05099fa9ea8d.tar.gz
abrt-440d00eaa578530647abe4c92bfe05099fa9ea8d.tar.xz
abrt-440d00eaa578530647abe4c92bfe05099fa9ea8d.zip
Typo fix in comment
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
-rw-r--r--src/plugins/abrt-action-bugzilla.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/abrt-action-bugzilla.cpp b/src/plugins/abrt-action-bugzilla.cpp
index 6f551e2c..995b73c1 100644
--- a/src/plugins/abrt-action-bugzilla.cpp
+++ b/src/plugins/abrt-action-bugzilla.cpp
@@ -530,7 +530,7 @@ int ctx::add_attachments(const char* bug_id_str, problem_data_t *problem_data)
{
const char *content = value->content;
- // We were special-casing FILENAME_BACKTRACE here, but karel says
+ // We were special-casing FILENAME_BACKTRACE here, but Karel says
// he can retrieve it in inlined form from comments too.
if ((value->flags & CD_FLAG_TXT)
&& (strlen(content) > CD_TEXT_ATT_SIZE /*|| (strcmp(name, FILENAME_BACKTRACE) == 0)*/)