From 440d00eaa578530647abe4c92bfe05099fa9ea8d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 29 Apr 2011 14:59:55 +0200 Subject: Typo fix in comment Signed-off-by: Denys Vlasenko --- src/plugins/abrt-action-bugzilla.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') 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)*/) -- cgit