Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWouter Bolsterlee <wbolster@src.gnome.org>2006-10-20 15:39:54 (GMT)
committer Wouter Bolsterlee <wbolster@src.gnome.org>2006-10-20 15:39:54 (GMT)
commitd792c6dce6fa1216a6e96446d3900e8d29a55efb (patch)
tree3d0e03eb2fd5967108285255854a2f05aec7fbb8 /doc
parent771ca50404fb1f8d9843a8b79fac3293ed51414c (diff)
fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/debugging.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/debugging.txt b/doc/debugging.txt
index 11826db..ad34cfd 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.