Merge "fix typos"
authorDan Timoney <dtimoney@att.com>
Mon, 29 Oct 2018 12:41:44 +0000 (12:41 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 29 Oct 2018 12:41:44 +0000 (12:41 +0000)
Former-commit-id: bb96b5617d89cb1c3eb429fcedde6f980144ffd0

dgbuilder/dgeflows/node_modules/debug/Readme.md
dgbuilder/dgeflows/node_modules/express/node_modules/etag/node_modules/crc/README.md
dgbuilder/dgeflows/node_modules/express/node_modules/proxy-addr/README.md
dgbuilder/dgeflows/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/README.md
dgbuilder/dgeflows/node_modules/serve-favicon/node_modules/etag/node_modules/crc/README.md
dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/node_modules/etag/node_modules/crc/README.md

index 40e4b4a..b014b61 100644 (file)
@@ -59,7 +59,7 @@ setInterval(function(){
  set DEBUG=*,-not_this
  ```
 
-Then, run the program to be debugged as ususal.
+Then, run the program to be debugged as usual.
 
 ## Millisecond diff
 
index 6473cbd..30314a0 100644 (file)
@@ -27,7 +27,7 @@ Module for calculating Cyclic Redundancy Check (CRC).
 
 ## IMPORTANT
 
-If you've used `crc` module prior to version 2.x, you might have some inconsistentcies with the current implementation because it relied on very old code and wasn't checked against reference implementation. If you upgrading from 1.x, please take special care.
+If you've used `crc` module prior to version 2.x, you might have some inconsistencies with the current implementation because it relied on very old code and wasn't checked against reference implementation. If you upgrading from 1.x, please take special care.
 
 ## Support
 
index 57ec4cd..c73821c 100644 (file)
@@ -33,7 +33,7 @@ proxyaddr(req, function(addr){ return addr === '127.0.0.1' })
 proxyaddr(req, function(addr, i){ return i < 1 })
 ```
 
-The `trust` arugment may also be a single IP address string or an
+The `trust` argument may also be a single IP address string or an
 array of trusted addresses, as plain IP addresses, CIDR-formatted
 strings, or IP/netmask strings.
 
index a816672..001608f 100644 (file)
@@ -39,7 +39,7 @@ or throws an `Error` if the passed string is not a valid representation of an
 IP address.
 
 The `ipaddr.process` method works just like the `ipaddr.parse` one, but it
-automatically converts IPv4-mapped IPv6 addresses to their IPv4 couterparts
+automatically converts IPv4-mapped IPv6 addresses to their IPv4 counterparts
 before returning. It is useful when you have a Node.js instance listening
 on an IPv6 socket, and the `net.ivp6.bindv6only` sysctl parameter (or its
 equivalent on non-Linux OS) is set to 0. In this case, you can accept IPv4
index 6473cbd..30314a0 100644 (file)
@@ -27,7 +27,7 @@ Module for calculating Cyclic Redundancy Check (CRC).
 
 ## IMPORTANT
 
-If you've used `crc` module prior to version 2.x, you might have some inconsistentcies with the current implementation because it relied on very old code and wasn't checked against reference implementation. If you upgrading from 1.x, please take special care.
+If you've used `crc` module prior to version 2.x, you might have some inconsistencies with the current implementation because it relied on very old code and wasn't checked against reference implementation. If you upgrading from 1.x, please take special care.
 
 ## Support
 
index 6473cbd..30314a0 100644 (file)
@@ -27,7 +27,7 @@ Module for calculating Cyclic Redundancy Check (CRC).
 
 ## IMPORTANT
 
-If you've used `crc` module prior to version 2.x, you might have some inconsistentcies with the current implementation because it relied on very old code and wasn't checked against reference implementation. If you upgrading from 1.x, please take special care.
+If you've used `crc` module prior to version 2.x, you might have some inconsistencies with the current implementation because it relied on very old code and wasn't checked against reference implementation. If you upgrading from 1.x, please take special care.
 
 ## Support