diff --git a/indra/llcorehttp/llhttpconstants.cpp b/indra/llcorehttp/llhttpconstants.cpp
index 2d87abfcd632ae6ac4036ed64273014676f1f3c8..603170f53c31b41dd1c29ba9de27269752cac14a 100755
--- a/indra/llcorehttp/llhttpconstants.cpp
+++ b/indra/llcorehttp/llhttpconstants.cpp
@@ -108,8 +108,8 @@ const std::string HTTP_IN_HEADER_X_FORWARDED_FOR("x-forwarded-for");
 const std::string HTTP_CONTENT_LLSD_XML("application/llsd+xml");
 const std::string HTTP_CONTENT_OCTET_STREAM("application/octet-stream");
 const std::string HTTP_CONTENT_OGG_STREAM("application/ogg");
-const std::string HTTP_CONTENT_VND_LL_MESH("application/vnd.ll.animation");
-const std::string HTTP_CONTENT_VND_LL_ANIMATION("application/vnd.ll.mesh");
+const std::string HTTP_CONTENT_VND_LL_MESH("application/vnd.ll.mesh");
+const std::string HTTP_CONTENT_VND_LL_ANIMATION("application/vnd.ll.animation");
 const std::string HTTP_CONTENT_XML("application/xml");
 const std::string HTTP_CONTENT_JSON("application/json");
 const std::string HTTP_CONTENT_TEXT_HTML("text/html");