Skip to content

Commit 8ed9f4b

Browse files
committed
Typo fix
1 parent 175727b commit 8ed9f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Runtime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ namespace Langulus::Entity
187187
for (auto library : mLibraries)
188188
Logger::Append(library.mKey, " ");
189189

190-
Logger::Error(this, ": This likely involves a memory leak, "
190+
Logger::Error(this, ": This likely involves a memory leak "
191191
"that withholds managed data reflected by the given modules");
192192

193193
IF_LANGULUS_MANAGED_MEMORY(Allocator::CollectGarbage());

0 commit comments

Comments
 (0)