Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 822b6a56656310d56d491d1c2af032c118d6844e..2f90933772b072a5ad63e00927f0c863dbb289d6 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -666,7 +666,7 @@ struct CopyablePersistentTraits { |
/** |
* A PersistentBase which allows copy and assignment. |
* |
- * Copy, assignment and destructor bevavior is controlled by the traits |
+ * Copy, assignment and destructor behavior is controlled by the traits |
* class M. |
* |
* Note: Persistent class hierarchy is subject to future changes. |