[EGIT] [website/www-content] master 01/01: Wiki page start.md changed with summary [typo] by Xavi Artigas

2018-08-20 Thread Xavi Artigas
WWW-www.enlightenment.org pushed a commit to branch master.

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

commit 1dec9516e9071e00444350f553379a4034656d24
Author: Xavi Artigas 
Date:   Mon Aug 20 06:41:32 2018 -0700

Wiki page start.md changed with summary [typo] by Xavi Artigas
---
 pages/contrib/devs/start.md.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/contrib/devs/start.md.txt b/pages/contrib/devs/start.md.txt
index 2230d618b..820afc4d9 100644
--- a/pages/contrib/devs/start.md.txt
+++ b/pages/contrib/devs/start.md.txt
@@ -15,7 +15,7 @@ Code contributed to the Enlightenment Project must follow the 
short list of proj
 
 * Contributed code must be written and commented in American English
 * Contributed code should not be malicious or discriminative
-* Code should be tested (including the use of ``valgrind`` before being 
submitted
+* Code should be tested (including the use of ``valgrind``) before being 
submitted
 * Contributed code must match the project License
 
 When contributing code to the Enlightenment Project you retain your copyright 
by default; no contributors are required to assign copyright elsewhere.

-- 




[EGIT] [website/www-content] master 01/01: Wiki page start.md changed with summary [typo] by Xavi Artigas

2018-01-05 Thread Xavi Artigas
WWW-www.enlightenment.org pushed a commit to branch master.

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

commit 4bec96905620d94caf682e5e89d83b82ff8021ea
Author: Xavi Artigas 
Date:   Fri Jan 5 07:37:00 2018 -0800

Wiki page start.md changed with summary [typo] by Xavi Artigas
---
 pages/develop/setup/c/start.md.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/develop/setup/c/start.md.txt 
b/pages/develop/setup/c/start.md.txt
index fdb5c299b..3e1bb79d1 100644
--- a/pages/develop/setup/c/start.md.txt
+++ b/pages/develop/setup/c/start.md.txt
@@ -23,4 +23,4 @@ If the compilation is successful, this will create an 
executable application cal
 
 If you get errors when you compile the examples in this guide, you may be 
using an out of date version of EFL. Update your libraries installing from 
[EFL's git repository](#Installing_from_Git).
 
-If you are having problems compiling and installing EFL, you can come and seek 
advice on the [any of our IRC channels](https://www.enlightenment.org/contact) 
or [post a ticket to our Phabricator](https://phab.enlightenment.org).
\ No newline at end of file
+If you are having problems compiling and installing EFL, you can come and seek 
advice on [any of our IRC channels](https://www.enlightenment.org/contact) or 
[post a ticket to our Phabricator](https://phab.enlightenment.org).
\ No newline at end of file

--