From: Wouter Bolsterlee Date: Fri, 20 Oct 2006 15:39:54 +0000 (+0000) Subject: fix typo X-Git-Tag: EVINCE_0_7_0~98 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=d792c6dce6fa1216a6e96446d3900e8d29a55efb;p=evince.git fix typo --- diff --git a/doc/debugging.txt b/doc/debugging.txt index 11826db2..ad34cfd3 100644 --- a/doc/debugging.txt +++ b/doc/debugging.txt @@ -29,7 +29,7 @@ Possibe value for EV_DEBUG_BREAK variable: suspend Use this to stop execution when a warning occurs. You can then attach a debugger to the process. - trap Use this while running epiphany in a debugger. + trap Use this while running evince in a debugger. This makes execution stop and gives back control to the debugger.