[EGIT] [website/www-content] master 01/01: Wiki page enlightenment-debug.md changed with summary [Fix typos] by Carla Sensa

2019-11-10 Thread Carla Sensa
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 
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.
 

-- 




[EGIT] [website/www-content] master 01/01: Wiki page e16 changed with summary [Bump Enlightenment version (E23)] by Carla Sensa

2019-10-26 Thread Carla Sensa
WWW-www.enlightenment.org pushed a commit to branch master.

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

commit e649c2d6b438157399c05cf65fa0356fc79ec47c
Author: Carla Sensa 
Date:   Sat Oct 26 04:10:37 2019 -0700

Wiki page e16 changed with summary [Bump Enlightenment version (E23)] by 
Carla Sensa
---
 pages/e16.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/e16.txt b/pages/e16.txt
index 0ae4608af..98fed2cfc 100644
--- a/pages/e16.txt
+++ b/pages/e16.txt
@@ -3,7 +3,7 @@
 {{page>incl:start-shortcuts}}
 
  About E16
-E16 is predecessor of the current E22 Enlightenment Window Manager, which is 
rather complete rewrite than incremental update of E16. Although most of the 
current development focus goes to E22, E16 is still under independent active 
development and some users prefer it to E22. In this sense E16 will keep its 
name while incrementing the versions from 1.0.0 unlike the mainstream 
Enlightenment manager, which is likely going to increment its E-suffix number. 
This page should summarize the link [...]
+E16 is predecessor of the current E23 Enlightenment Window Manager, which is 
rather complete rewrite than incremental update of E16. Although most of the 
current development focus goes to E23, E16 is still under independent active 
development and some users prefer it to E23. In this sense E16 will keep its 
name while incrementing the versions from 1.0.0 unlike the mainstream 
Enlightenment manager, which is likely going to increment its E-suffix number. 
This page should summarize the link [...]
 
  Download 
 

-- 




[EGIT] [website/www-content] master 01/01: Wiki page efl-debug.md changed with summary [Fix typo] by Carla Sensa

2019-10-18 Thread Carla Sensa
WWW-www.enlightenment.org pushed a commit to branch master.

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

commit 82141079e14c605159b4fd03e382e962e5a50aea
Author: Carla Sensa 
Date:   Fri Oct 18 05:54:47 2019 -0700

Wiki page efl-debug.md changed with summary [Fix typo] by Carla Sensa
---
 pages/contrib/efl-debug.md.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/contrib/efl-debug.md.txt b/pages/contrib/efl-debug.md.txt
index 7af040857..903dd4c71 100644
--- a/pages/contrib/efl-debug.md.txt
+++ b/pages/contrib/efl-debug.md.txt
@@ -159,7 +159,7 @@ gdb myapp PID
 
 Where ``PID`` is the process ID of the ``myapp`` process you to which you are 
attaching and debugging.
 
-On some systems, attaching via GDB is prohibited. To enable it, sue the 
following command:
+On some systems, attaching via GDB is prohibited. To enable it, issue the 
following command:
 
 ```bash
 sudo sysctl -w kernel.yama.ptrace_scope=0

-- 




[EGIT] [website/www-content] master 01/01: Wiki page remote_debugging changed with summary [Fix typos] by Carla Sensa

2019-10-16 Thread Carla Sensa
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 
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.
 $ 0x00400b71 in ?? ()
 
 
-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:
 
 

-- 




[EGIT] [website/www-content] master 01/01: Wiki page archlinux-start.md changed with summary [Fix typo] by Carla Sensa

2019-10-15 Thread Carla Sensa
WWW-www.enlightenment.org pushed a commit to branch master.

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

commit db7123bba77868023f426f0e39ccf595e49628f4
Author: Carla Sensa 
Date:   Tue Oct 15 22:28:53 2019 -0700

Wiki page archlinux-start.md changed with summary [Fix typo] by Carla Sensa
---
 pages/docs/distros/archlinux-start.md.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/docs/distros/archlinux-start.md.txt 
b/pages/docs/distros/archlinux-start.md.txt
index 4cbedd27b..bbcea50fd 100644
--- a/pages/docs/distros/archlinux-start.md.txt
+++ b/pages/docs/distros/archlinux-start.md.txt
@@ -151,7 +151,7 @@ Next clone EFL's source code:
 git clone https://git.enlightenment.org/core/efl.git
 ```
 
-This will create a a directory named ``efl/``.
+This will create a directory named ``efl/``.
 
 ### Step 2: Installing Dependencies ###
 

--