Skip to content
Snippets Groups Projects
Commit f34ef33e authored by Logan Dethrow's avatar Logan Dethrow
Browse files

Fixed spelling error.

parent 9015344f
No related branches found
No related tags found
No related merge requests found
...@@ -211,7 +211,7 @@ class LLViewerInventoryCategory : public LLInventoryCategory ...@@ -211,7 +211,7 @@ class LLViewerInventoryCategory : public LLInventoryCategory
// Returns true if a fetch was issued. // Returns true if a fetch was issued.
bool fetch(); bool fetch();
// used to help make cacheing more robust - for example, if // used to help make caching more robust - for example, if
// someone is getting 4 packets but logs out after 3. the viewer // someone is getting 4 packets but logs out after 3. the viewer
// may never know the cache is wrong. // may never know the cache is wrong.
enum { DESCENDENT_COUNT_UNKNOWN = -1 }; enum { DESCENDENT_COUNT_UNKNOWN = -1 };
...@@ -219,7 +219,7 @@ class LLViewerInventoryCategory : public LLInventoryCategory ...@@ -219,7 +219,7 @@ class LLViewerInventoryCategory : public LLInventoryCategory
void setDescendentCount(S32 descendents) { mDescendentCount = descendents; } void setDescendentCount(S32 descendents) { mDescendentCount = descendents; }
// file handling on the viewer. These are not meant for anything // file handling on the viewer. These are not meant for anything
// other than cacheing. // other than caching.
bool exportFileLocal(LLFILE* fp) const; bool exportFileLocal(LLFILE* fp) const;
bool importFileLocal(LLFILE* fp); bool importFileLocal(LLFILE* fp);
void determineFolderType(); void determineFolderType();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment