src/core/ptr.h
changeset 6273 8d70de29d514
parent 5227 ecb08c1fc273
child 6348 43e956769ceb
--- a/src/core/ptr.h	Fri Apr 23 14:53:30 2010 +0400
+++ b/src/core/ptr.h	Fri Apr 23 15:09:31 2010 +0400
@@ -51,7 +51,7 @@
  * If you want to store a newed object into a smart pointer,
  * we recommend you to use the Create template functions
  * to create the object and store it in a smart pointer to avoid
- * memory leaks. These functions are really small conveniance
+ * memory leaks. These functions are really small convenience
  * functions and their goal is just is save you a small
  * bit of typing.
  */