COMMON: Correct spelling mistake

refrence -> reference
This commit is contained in:
Hubert Maier 2022-10-27 10:53:47 +02:00 committed by Eugene Sandulenko
parent 6633c32acb
commit 54e833d16b
No known key found for this signature in database
GPG key ID: 014D387312D34F08

View file

@ -374,7 +374,7 @@ private:
/**
* Implements a smart pointer that holds a non-owning ("weak") refrence to
* Implements a smart pointer that holds a non-owning ("weak") reference to
* a pointer. It needs to be converted to a SharedPtr to access it.
*/
template<class T>