Skip to content

Commit df2b336

Browse files
committed
Spell check
1 parent 78273c3 commit df2b336

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

INSTALL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ environments, but these architectures have not been fully tested.
4343
**Note**: Installation steps have changed significantly between
4444
node-oracledb 1.x and node-oracledb 2.x. Installation no longer
4545
requires Oracle header files. Node-oracledb environment variables
46-
`OCI_INC_DIR` and `OCI_LIB_DIR` are no longer required. At runtime,
46+
`OCI_INC_DIR` and `OCI_LIB_DIR` are no longer required. At run time,
4747
the Oracle libraries must be in the default library search path, such
4848
as `PATH` or `LD_LIBRARY_PATH` because the Oracle client libraries are
4949
dynamically loaded at run time. 'Rpath' linking is no longer performed
@@ -75,7 +75,7 @@ Python 2.7 is needed by node-gyp, which is invoked by npm. If another
7575
version of Python occurs first in your binary path then, when you
7676
install node-oracledb, use the `--python` option to indicate the
7777
correct version. For example: `npm install
78-
--python=/whereever/python-2.7/bin/python oracledb`.
78+
--python=/wherever/python-2.7/bin/python oracledb`.
7979

8080
### Which Instructions to Follow
8181

@@ -256,7 +256,7 @@ upgrade to Oracle Linux 7.
256256
Python 2.7 is needed by node-gyp. If another version of Python occurs
257257
first in your binary path then, when you install node-oracledb, use
258258
the `--python` option to indicate the correct version. For example:
259-
`npm install --python=/whereever/python-2.7/bin/python oracledb`.
259+
`npm install --python=/wherever/python-2.7/bin/python oracledb`.
260260

261261
### 4.2 Install Node.js
262262

@@ -367,7 +367,7 @@ upgrade to Oracle Linux 7.
367367
Python 2.7 is needed by node-gyp. If another version of Python occurs
368368
first in your binary path then, when you install node-oracledb, use
369369
the `--python` option to indicate the correct version. For example:
370-
`npm install --python=/whereever/python-2.7/bin/python oracledb`.
370+
`npm install --python=/wherever/python-2.7/bin/python oracledb`.
371371

372372
The `ORACLE_HOME` can be either a database home or a full Oracle
373373
client installation installed with Oracle's `runInstaller`.
@@ -568,7 +568,7 @@ redistributables for the Oracle client. This should be part of your VS
568568
install. Specifically:
569569
- The Oracle client 11.2 requires the [Visual Studio 2005 redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=18471).
570570
- The Oracle client 12.1 requires the [Visual Studio 2010 redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads#bookmark-vs2010).
571-
- The Oracle client 12.2, requires ththe [Visual Studio 2013 redistributable](https://support.microsoft.com/en-us/kb/2977003#bookmark-vs2013).
571+
- The Oracle client 12.2, requires the [Visual Studio 2013 redistributable](https://support.microsoft.com/en-us/kb/2977003#bookmark-vs2013).
572572

573573
Install the Python 2.7 MSI from
574574
[www.python.org](https://www.python.org/downloads). Select the
@@ -717,7 +717,7 @@ into `/opt`:
717717

718718
```
719719
cd /opt
720-
gunzip -c node-v6.11.0-aix-ppc64.tar.gz | tar xvf -
720+
gunzip -c node-v6.11.0-aix-ppc64.tar.gz | tar -xvf -
721721
```
722722

723723
Set `PATH` to include Node.js:

0 commit comments

Comments
 (0)