diff --git a/README.md b/README.md index 2591e9359..a5c45f73a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ record using the Aerospike database. ```js const Aerospike = require('aerospike') -// INSERT HOSTNAME AND PORT NUMBER OF AEROPSIKE SERVER NODE HERE! +// INSERT HOSTNAME AND PORT NUMBER OF AEROSPIKE SERVER NODE HERE! const config = { hosts: '192.168.33.10:3000', } diff --git a/docs/overview.md b/docs/overview.md index 9c67cf178..e736bf954 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -94,7 +94,7 @@ The following is very simple example of how to write and read a record from Aero ```js const Aerospike = require('aerospike') -// INSERT HOSTNAME AND PORT NUMBER OF AEROPSIKE SERVER NODE HERE! +// INSERT HOSTNAME AND PORT NUMBER OF AEROSPIKE SERVER NODE HERE! const config = { hosts: '192.168.33.10:3000', } diff --git a/lib/client.js b/lib/client.js index 0e11a7cef..cff231723 100644 --- a/lib/client.js +++ b/lib/client.js @@ -1471,7 +1471,7 @@ Client.prototype.batchWrite = function (records, policy, callback) { * const Aerospike = require('aerospike') * var path = require('path'); * - * // INSERT HOSTNAME AND PORT NUMBER OF AEROPSIKE SERVER NODE HERE! + * // INSERT HOSTNAME AND PORT NUMBER OF AEROSPIKE SERVER NODE HERE! * const config = { * hosts: '192.168.33.10:3000', * // Timeouts disabled, latency dependent on server location. Configure as needed. diff --git a/src/main/client.cc b/src/main/client.cc index 67e6dc9da..71c28e5d9 100644 --- a/src/main/client.cc +++ b/src/main/client.cc @@ -108,7 +108,7 @@ NAN_METHOD(AerospikeClient::Connect) } /** - * Close the connections to the Aeropsike cluster. + * Close the connections to the Aerospike cluster. */ NAN_METHOD(AerospikeClient::Close) {