WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=f7b7392166fe90919937f69a84f1435c1ecf2221

commit f7b7392166fe90919937f69a84f1435c1ecf2221
Author: Carla Sensa <carlase...@sfr.fr>
Date:   Sun Nov 10 05:07:49 2019 -0800

    Wiki page enlightenment-debug.md changed with summary [Fix typos] by Carla 
Sensa
---
 pages/contrib/enlightenment-debug.md.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/contrib/enlightenment-debug.md.txt 
b/pages/contrib/enlightenment-debug.md.txt
index 563d54bef..69b5956fe 100644
--- a/pages/contrib/enlightenment-debug.md.txt
+++ b/pages/contrib/enlightenment-debug.md.txt
@@ -4,7 +4,7 @@
 
 # Enlightenment Debugging #
 
-This tutorial provides information on debugging Enlightenment, and is aimed at 
developers with prior debugging experience.. It is divided in two sections:
+This tutorial provides information on debugging Enlightenment, and is aimed at 
developers with prior debugging experience. It is divided in two sections:
 
 Before debugging make sure your debug symbols are enabled. If they are not 
consult the [Get Source 
documentation](/docs/distros/#Enable_debug_symbols_Optional) for further 
instructions.
 
@@ -14,7 +14,7 @@ In order to use the GNU Debugger (GDB), first simulate a 
crash in Enlightenment.
 
 Start by running Enlightenment, then switch to another terminal using 
CTRL+ALT+F1 for ``tty1``.
 
-Two processes are of interes: ``enlightenment`` and ``enlightenment_start``. 
In fact, ``enlightenment`` is traced by ``enlightenment_start``.
+Two processes are of interest: ``enlightenment`` and ``enlightenment_start``. 
In fact, ``enlightenment`` is traced by ``enlightenment_start``.
 
 Next send a ``SEGV`` signal to "segfault" Enlightenment.
 

-- 


Reply via email to