Skip to content

Commit f3f0bd7

Browse files
committed
Use a/an when appropriate
The rule is "a" when followed by a consonant sound, "an" otherwise.
1 parent c16d288 commit f3f0bd7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎doc/Vdebug.txt‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ able to apply it to your circumstance.
194194
The most popular DBGP debugger for PHP is Xdebug.
195195

196196
I 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
198198
from source if you're feeling hardy. To install it via PECL, run this from a
199199
command 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
------------------------------------------------------------------------------
239239
3.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,
242242
but to use Vdebug in conjunction with your Python scripts you will have to grab
243243
the "pydbgp" tool, created by ActiveState (who make the Komodo Edit/IDE
244244
software).
@@ -283,7 +283,7 @@ Try installing and using it like this: >
283283
------------------------------------------------------------------------------
284284
3.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
287287
command line, but to use Vdebug in conjunction with your Ruby scripts you will
288288
have to get the "rdbgp.rb" script that comes bundled with Komodo Edit/IDE by
289289
Activestate.
@@ -383,7 +383,7 @@ is the port.
383383
------------------------------------------------------------------------------
384384
3.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
387387
can use from the command line, which has again been made available by
388388
ActiveState.
389389

0 commit comments

Comments
 (0)