summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-02-14 16:54:31 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-02-14 16:54:31 +0000
commit47578d05bcb96906bcb9c1759c27663a8b09ecef (patch)
tree03818983e0ed44f2d1dc593eaba9222b70019fa9
parent63f1d9d0d976eed0a549c1ea56202f0f6ad02ded (diff)
downloadnetsurf-website-47578d05bcb96906bcb9c1759c27663a8b09ecef.tar.gz
netsurf-website-47578d05bcb96906bcb9c1759c27663a8b09ecef.tar.bz2
Fix typos.
-rw-r--r--developers/gsoc/2014ideas.en6
1 files changed, 3 insertions, 3 deletions
diff --git a/developers/gsoc/2014ideas.en b/developers/gsoc/2014ideas.en
index 3ffedcb..c1b7822 100644
--- a/developers/gsoc/2014ideas.en
+++ b/developers/gsoc/2014ideas.en
@@ -101,8 +101,8 @@
<h4>Phase 1</h4>
<ul>
<li>
-<p>This should be fiarly easy, although perhaps time consuming.</p>
-<p>Implement reamining LibDOM html element specialisations. The some element specialisations, like html_button_element.c have implementations, while most like html_anchor_element.c do not.</p>
+<p>This should be fairly easy, although perhaps time consuming.</p>
+<p>Implement remaining LibDOM html element specialisations. The some element specialisations, like html_button_element.c have implementations, while most like html_anchor_element.c do not.</p>
<p><strong>Existing code:</strong> <a href="http://git.netsurf-browser.org/libdom.git/tree/src/html">libdom/src/html</a>.<br><strong>Specification:</strong> <a href="http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/idl-definitions.html">Level 2 Document Object Model HTML</a></p>
</li>
</ul>
@@ -110,7 +110,7 @@
<p>Either one of the following:</p>
<ul>
<li>
-<p>Bring Hubbub up to latest HTML5 spec. This involves comparing the current implementation with the specification and updating our implemenation where appropriate.</p>
+<p>Bring Hubbub up to latest HTML5 spec. This involves comparing the current implementation with the specification and updating our implementation where appropriate.</p>
<p><strong>Existing code:</strong> <a href="http://git.netsurf-browser.org/libhubbub.git/tree/">libhubbub/src</a><br><strong>Specification:</strong> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/parsing.html">HTML5 Parsing</a></p>
</li>
<li>