diff options
| author | fmartian <FredMartian@gmail.com> | 2025-12-10 18:11:21 +0100 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-12-10 20:33:58 +0200 |
| commit | c894a74d1858eb555c8340517c1997c298d4e999 (patch) | |
| tree | 36a6db3ed0eb3ca4d346db61d23e6b38b2556803 | |
| parent | 88b6765dd929cb13ee256160d67665571d04ca3b (diff) | |
Fix typo found by Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| -rw-r--r-- | indra/newview/llviewerassetupload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerassetupload.cpp b/indra/newview/llviewerassetupload.cpp index 2773cd73c3..5ac7d6b1fe 100644 --- a/indra/newview/llviewerassetupload.cpp +++ b/indra/newview/llviewerassetupload.cpp @@ -488,7 +488,7 @@ LLSD LLNewFileResourceUploadInfo::exportTempFile() } else if (size > INT_MAX) { - LL_ERRS() << "File is to big, size: " << size << LL_ENDL; + LL_ERRS() << "File is too big, size: " << size << LL_ENDL; } U8* buffer = new(std::nothrow) U8[size]; if (!buffer) |
