@@ -194,7 +194,7 @@ able to apply it to your circumstance.
194194The most popular DBGP debugger for PHP is Xdebug.
195195
196196I find that the most effective way to install Xdebug is to use PECL, instead
197- of a OS-level package manager such as aptitude or yum. You can also compile it
197+ of an OS-level package manager such as aptitude or yum. You can also compile it
198198from source if you're feeling hardy. To install it via PECL, run this from a
199199command line (requires root/admin privileges): >
200200
@@ -238,7 +238,7 @@ setting up Xdebug, or you can email me and I'll do my best to help.
238238------------------------------------------------------------------------------
2392393.2 Python set up *VdebugSetUpPython*
240240
241- Python has an standalone debugging tool that you can use from the command line,
241+ Python has a standalone debugging tool that you can use from the command line,
242242but to use Vdebug in conjunction with your Python scripts you will have to grab
243243the "pydbgp" tool, created by ActiveState (who make the Komodo Edit/IDE
244244software).
@@ -283,7 +283,7 @@ Try installing and using it like this: >
283283------------------------------------------------------------------------------
2842843.3 Ruby set up *VdebugSetUpRuby*
285285
286- Like Python, Ruby has an standalone debugging tool that you can use from the
286+ Like Python, Ruby has a standalone debugging tool that you can use from the
287287command line, but to use Vdebug in conjunction with your Ruby scripts you will
288288have to get the "rdbgp.rb" script that comes bundled with Komodo Edit/IDE by
289289Activestate.
@@ -383,7 +383,7 @@ is the port.
383383------------------------------------------------------------------------------
3843843.6 TCL/Wish set up *VdebugSetUpTcl*
385385
386- Like Python and Ruby, Tcl and Wish have an standalone debugging tool that you
386+ Like Python and Ruby, Tcl and Wish have a standalone debugging tool that you
387387can use from the command line, which has again been made available by
388388ActiveState.
389389
0 commit comments