aboutsummaryrefslogtreecommitdiff
path: root/lib/unique.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unique.js')
-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