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

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

commit afeff43cc3d4324fe6e0eccca7e205d5d3bc1da9
Author: Carla Sensa <carlase...@sfr.fr>
Date:   Wed Oct 16 07:43:38 2019 -0700

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

diff --git a/pages/develop/remote_debugging.txt 
b/pages/develop/remote_debugging.txt
index 227f1dcad..3adc2bb9c 100644
--- a/pages/develop/remote_debugging.txt
+++ b/pages/develop/remote_debugging.txt
@@ -11,7 +11,7 @@ This tutorial aims at providing approaches to remote 
debugging.
 
 Remote debugging through ssh was not detailed but approached in
 [[/contrib/enlightenment-debug.md|Enlightenment Debugging]] section. In
-this section, it is more convenience to use ssh for debugging enlightenment
+this section, it is more convenient to use ssh for debugging enlightenment
 because X is not available.
 
 The version of SSH that you will want to use on Linux is called OpenSSH.
@@ -156,7 +156,7 @@ $ Program received signal SIGSEGV, Segmentation fault.
 $ 0x0000000000400b71 in ?? ()
 </code>
 
-You can now use ''gdb'' as it is explaines in [[apps_efl_debugging#Segfault in
+You can now use ''gdb'' as it is explained in [[apps_efl_debugging#Segfault in
 callback function]], for example print the backtrace:
 
 <code bash>

-- 


Reply via email to