XDebug => Xdebug
diff --git a/downloads/extras-pdt.php b/downloads/extras-pdt.php
index c113751..0be5e2d 100755
--- a/downloads/extras-pdt.php
+++ b/downloads/extras-pdt.php
@@ -19,7 +19,7 @@
<p>In order to be able to perform debugging using PDT, your HTTP server needs to be configured appropriately. You can download one of the following extra packages:</p>
<ul id="rDebug">
<li><img src="http://www.eclipse.org/modeling/images/dl-more.gif" alt="Zend Debugger Site" /> Zend Debugger<br/> (<a href="http://static.zend.com/topics/Zend-Debugger-Installation-Guide-050211.pdf">See installation guide</a>, or get a ready to use <a href="http://www.zend.com/products/server-ce/downloads">Zend Sever CE</a>)</li>
- <li><img src="http://www.eclipse.org/modeling/images/dl-more.gif" alt="Xdebug Site" /> <a href="http://xdebug.org/"> XDebug </a> </li>
+ <li><img src="http://www.eclipse.org/modeling/images/dl-more.gif" alt="Xdebug Site" /> <a href="http://xdebug.org/"> Xdebug </a> </li>
<br> Note: Due to Eclipse licensing requirements, PDT with debugger packages are distributed from external locations. <br>
<a href="http://www.eclipse.org/pdt/articles/debugger/os-php-eclipse-pdt-debug-pdf.pdf">Click here</a> to learn how to set up your environment in order to be able to perform debugging with PDT.
</ul>
diff --git a/index.php b/index.php
index d8cb7ad..2cd398b 100644
--- a/index.php
+++ b/index.php
@@ -89,7 +89,7 @@
<li>Syntax Validation</li>
<li>Content Assist</li>
<li>Code Navigation</li>
- <li>PHP Debugging (Zend Debugger / XDebug)</li>
+ <li>PHP Debugging (Zend Debugger / Xdebug)</li>
<li>PHP Profiling (Zend Debugger)</li>
<li>PHPUnit</li>
<li>Code Formatter</li>
@@ -222,4 +222,4 @@
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
+?>