Make WordPress Core


Ignore:
Timestamp:
01/10/2024 11:55:04 AM (16 months ago)
Author:
costdev
Message:

Docs: Correct some typos in docblocks and inline comments.

This corrects several typos in documentation, including:

  • "imput" -> "input"
  • "proessing" -> "processing"
  • "instantating" -> "instantiating"
  • "filtersing" -> "filtering"
  • "officaly" -> "officially"

Follow-up to [8852], [25307], [26191], [37488], [54416].

Props benniledl, mukesh27, jayadevankbh, Presskopp.
Fixes #60069. See #59651.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r57121 r57263  
    41344134        ) {
    41354135            /*
    4136              * This implementation supports the imput type but not the output type.
     4136             * This implementation supports the input type but not the output type.
    41374137             * Keep looking to see if we can find an implementation that supports both.
    41384138             */
Note: See TracChangeset for help on using the changeset viewer.