Skip to content

Commit c894a74

Browse files
fmartianCopilot
authored andcommitted
Fix typo found by Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 88b6765 commit c894a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/newview/llviewerassetupload.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ LLSD LLNewFileResourceUploadInfo::exportTempFile()
488488
}
489489
else if (size > INT_MAX)
490490
{
491-
LL_ERRS() << "File is to big, size: " << size << LL_ENDL;
491+
LL_ERRS() << "File is too big, size: " << size << LL_ENDL;
492492
}
493493
U8* buffer = new(std::nothrow) U8[size];
494494
if (!buffer)

0 commit comments

Comments
 (0)