summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorerikfercak <erik.fercak@gmail.com>2013-11-30 19:14:19 +0100
committererikfercak <erik.fercak@gmail.com>2013-11-30 19:14:19 +0100
commit4c3754cabd45ed2249f390f9a15fd66db5396639 (patch)
tree5d4abb72625c669274f4d88ef1d8a31406c28795 /doc
parent6804e1efccfa104ede8b66164bc4822ebffafca8 (diff)
downloadvdebug-4c3754cabd45ed2249f390f9a15fd66db5396639.zip
Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/Vdebug.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Vdebug.txt b/doc/Vdebug.txt
index e1ebb4b..800aa05 100644
--- a/doc/Vdebug.txt
+++ b/doc/Vdebug.txt
@@ -190,7 +190,7 @@ able to apply it to your circumstance.
The most popular DBGP debugger for PHP is Xdebug.
I find that the most effective way to install Xdebug is to use PECL, instead
-of a OS-level package manager such as apitude or yum. You can also compile it
+of a OS-level package manager such as aptitude or yum. You can also compile it
from source if you're feeling hardy. To install it via PECL, run this from a
command line (requires root/admin privileges): >