Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Guindon2014-06-25 20:44:37 +0000
committerChristopher Guindon2014-06-25 20:44:37 +0000
commita77a27ee344e82a44252d7b5537e146892de13a9 (patch)
tree8b486071954c7b314cd835443d339c411ff78673
parente5a933ef28a82c66c5c15fce24244b7c5e0cb834 (diff)
downloaddownloads-a77a27ee344e82a44252d7b5537e146892de13a9.tar.gz
downloads-a77a27ee344e82a44252d7b5537e146892de13a9.tar.xz
downloads-a77a27ee344e82a44252d7b5537e146892de13a9.zip
Bug 438178 - Mispelling of "Kepler" on downloads page
Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
-rw-r--r--downloads/views/view.sidebar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/downloads/views/view.sidebar.php b/downloads/views/view.sidebar.php
index 148b104a..21cd50c5 100644
--- a/downloads/views/view.sidebar.php
+++ b/downloads/views/view.sidebar.php
@@ -29,7 +29,7 @@ require_once ($_SERVER['DOCUMENT_ROOT'] . "/membership/promo/promos.php");
<li><a href="compare.php?release=<?php print($Downloads->getRelease());?>">Compare &amp; Combine Packages</a></li>
<li><a href="/indigo/">Eclipse Indigo (3.7)</a></li>
<li><a href="/juno/">Eclipse Juno (4.2)</a></li>
- <li><a href="/kepler/">Eclipse Kelper (4.3)</a></li>
+ <li><a href="/kepler/">Eclipse Kepler (4.3)</a></li>
<li><a href="//wiki.eclipse.org/Eclipse/Installation">Install Guide</a></li>
<li><a href="http://help.eclipse.org">Documentation</a></li>
<li><a href="http://help.eclipse.org/juno/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-129.htm">Updating Eclipse</a></li>

Back to the top