summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2025-08-27 06:41:14 -0700
committerRider Linden <rider@lindenlab.com>2025-10-07 09:19:38 -0700
commit0d7ca7ff2d0880022ec9b28d56ffc7929981b66f (patch)
tree68f99c37b2a31ba66dc730402728b6bfb5221fa7
parent684af8426b36f9ad4c2324ae0c5b4dc62f840079 (diff)
Update indra/newview/llscripteditorws.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
-rw-r--r--indra/newview/llscripteditorws.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llscripteditorws.cpp b/indra/newview/llscripteditorws.cpp
index cb67880455..24f7d71b34 100644
--- a/indra/newview/llscripteditorws.cpp
+++ b/indra/newview/llscripteditorws.cpp
@@ -104,7 +104,7 @@ void LLScriptEditorWSServer::onConnectionClosed(const LLWebsocketMgr::WSConnecti
LL_DEBUGS("ScriptEditorWS") << "Removed connection from active connections. Total: "
<< mActiveConnections.size() << LL_ENDL;
- // TODO: When connections reach 0, stop the server aftera a timeout.
+ // TODO: When connections reach 0, stop the server after a timeout.
}
}