aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJosh Soref <[email protected]>2021-08-17 23:07:05 -0400
committerJosh Soref <[email protected]>2021-08-18 11:20:29 -0400
commit470d535ca583446b29224615d82ea2925c601d6c (patch)
tree6cb274c136939e1cb2f36eb37902c63b0ea76419 /lib
parent12f2d3d34cfa3ea30d38018463714a01ef51269b (diff)
downloadfaker-470d535ca583446b29224615d82ea2925c601d6c.tar.xz
faker-470d535ca583446b29224615d82ea2925c601d6c.zip
spelling: aborting
Signed-off-by: Josh Soref <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r--lib/unique.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unique.js b/lib/unique.js
index 70d038fa..10b02bd5 100644
--- a/lib/unique.js
+++ b/lib/unique.js
@@ -10,7 +10,7 @@ function Unique (faker) {
// maximum time unique.exec will attempt to run before aborting
var maxTime = 10;
- // maximum retries unique.exec will recurse before abortings ( max loop depth )
+ // maximum retries unique.exec will recurse before aborting ( max loop depth )
var maxRetries = 10;
// time the script started