From fb44241a05dd55bbb07041f0f07671c68b1e88df Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Fri, 18 Jul 2014 13:50:42 +0200 Subject: [PATCH] xml: fix a typo in analyze_CCpp Resolves rhbz#1120767 Signed-off-by: Jakub Filak --- src/plugins/analyze_CCpp.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/analyze_CCpp.xml.in b/src/plugins/analyze_CCpp.xml.in index bdd81eb..c3da3a3 100644 --- a/src/plugins/analyze_CCpp.xml.in +++ b/src/plugins/analyze_CCpp.xml.in @@ -2,7 +2,7 @@ Analyze C/C++ Crash <_description>Send core dump to remote retrace server for analysis or perform local analysis if the remote analysis fails - <_long-description>Uploads coredump to a server, which generates backtrace and returns it. If user doens't want to upload his coredump to anywhere the event performs local analysis. Local analysis is run event if remote analysis fails. + <_long-description>Uploads coredump to a server, which generates backtrace and returns it. If user doesn't want to upload his coredump to anywhere the event performs local analysis. Local analysis is run event if remote analysis fails. Pros: no need for debuginfo downloads. Retrace server's database of debuginfos is more complete. Retrace server may generate better backtraces. Cons: coredump you upload contains all the data from the crashed program, including your private data, if any. -- 1.9.3