Fix typos in BReferencable docs

This commit is contained in:
John Scipione
2015-01-27 18:17:16 -05:00
parent 30238c0418
commit 3cf6e692c8
+2 -2
View File
@@ -92,7 +92,7 @@
/*! /*!
\fn int32 BReferneceable::ReleaseReference() \fn int32 BReferenceable::ReleaseReference()
\brief Release a reference to the object. \brief Release a reference to the object.
\returns the previous reference count \returns the previous reference count
@@ -109,7 +109,7 @@
/*! /*!
\fn void BReferenceble::FirstReferenceAcquired() \fn void BReferenceable::FirstReferenceAcquired()
\brief Called when the first reference to the object is reacquired. \brief Called when the first reference to the object is reacquired.
The default implementation does nothing. This method can be overriden to The default implementation does nothing. This method can be overriden to