From 9d367cf9f21f0c1c44055fc3060dcf037f5bdcf5 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Sat, 24 Dec 2011 08:29:58 -0500 Subject: [PATCH] Spelling fix --- indra/llinventory/llinventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llinventory/llinventory.cpp b/indra/llinventory/llinventory.cpp index 78de49ed1..7cc29bac8 100644 --- a/indra/llinventory/llinventory.cpp +++ b/indra/llinventory/llinventory.cpp @@ -226,7 +226,7 @@ BOOL LLInventoryObject::importLegacyStream(std::istream& input_stream) } // exportFile should be replaced with exportLegacyStream -// not sure whether exportLegacyStream(llofstream(fp)) would work, fp may need to get icramented... +// not sure whether exportLegacyStream(llofstream(fp)) would work, fp may need to get incremented... BOOL LLInventoryObject::exportFile(LLFILE* fp, BOOL) const { std::string uuid_str;