Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/nan/nan_object_wrap.h')
-rw-r--r--node_modules/nan/nan_object_wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/nan/nan_object_wrap.h b/node_modules/nan/nan_object_wrap.h
index 386affa..78712f9 100644
--- a/node_modules/nan/nan_object_wrap.h
+++ b/node_modules/nan/nan_object_wrap.h
@@ -100,7 +100,7 @@ class ObjectWrap {
* attached to detached state it will be freed. Be careful not to access
* the object after making this call as it might be gone!
* (A "weak reference" means an object that only has a
- * persistant handle.)
+ * persistent handle.)
*
* DO NOT CALL THIS FROM DESTRUCTOR
*/