Typo in mime type

There seems to be a typo for one mime type:

<cfset stMimes["pyc"] = "applicaiton/x-bytecode.python" />

  1. Is it a typo?
  2. Is it worth fixing?
  3. Is there anything upstream which should also be rectified?

Definitely a typo :slight_smile: It would only be a problem for those uploading for that particular file type, and even then only if the mimetype was set in some way that might affect later file downloads (such as a content type header in S3), which at a guess is probably very few to zero users?

That said, anything that is quick to fix is worth fixing.

1 Like

Thank you for the quick reply. I agree that it should affect very few users.

I wasn’t sure if it was a typo because the wrong form is surprisingly widespread. I wonder if it’s from something like the PHP mime list that people have blindly copied :slight_smile:

1 Like

Haha you’re right, that misspelling is in a lot of places in Google search results. It’s highly likely that it’s a bad copy and paste that hasn’t been noticed… I wonder what other easter eggs are in the list? :grin:

1 Like