From b2c71c099f4f0cc1b7b4172fea5ba8396d4bc6c0 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Sun, 15 Jul 2012 16:57:47 +0200 Subject: [PATCH] Fixed typo in comment --- indra/llcrashlogger/llcrashlogger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcrashlogger/llcrashlogger.cpp b/indra/llcrashlogger/llcrashlogger.cpp index d6f8995d9..c42697ad9 100644 --- a/indra/llcrashlogger/llcrashlogger.cpp +++ b/indra/llcrashlogger/llcrashlogger.cpp @@ -371,7 +371,7 @@ void LLCrashLogger::updateApplication(const std::string& message) bool LLCrashLogger::init() { - // Initialized curl + // Initialize curl AICurlInterface::initCurl(); // We assume that all the logs we're looking for reside on the current drive