diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index 5b18a45431cfda4952d62bb25810e4c03d98e71b..eda0ff71bad1483a3e29e6efa09f0c736851b72a 100755
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -655,7 +655,7 @@ void LLAgentWearables::recoverMissingWearable(const LLWearableType::EType type,
 
 	// Add a new one in the lost and found folder.
 	// (We used to overwrite the "not found" one, but that could potentially
-	// destory content.) JC
+	// destroy content.) JC
 	const LLUUID lost_and_found_id = gInventory.findCategoryUUIDForType(LLFolderType::FT_LOST_AND_FOUND);
 	LLPointer<LLInventoryCallback> cb =
 		new AddWearableToAgentInventoryCallback(
diff --git a/indra/newview/llagentwearables.h b/indra/newview/llagentwearables.h
index a7b033a37d7b9deb86b9501f360c6184f1877ac0..8fb2783fffd78282358ecf1e9950299c9b92d4f2 100755
--- a/indra/newview/llagentwearables.h
+++ b/indra/newview/llagentwearables.h
@@ -214,12 +214,6 @@ class LLAgentWearables : public LLInitClass<LLAgentWearables>, public LLWearable
 	// Support classes
 	//--------------------------------------------------------------------------------
 private:
-	class createStandardWearablesAllDoneCallback : public LLRefCount
-	{
-	protected:
-		~createStandardWearablesAllDoneCallback();
-	};
-
 	class AddWearableToAgentInventoryCallback : public LLInventoryCallback
 	{
 	public: