Make WordPress Core

Changeset 57263


Ignore:
Timestamp:
01/10/2024 11:55:04 AM (11 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.

Location:
trunk/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php

    r57108 r57263  
    77 * {@link http://kevin.vanzonneveld.net/techblog/article/make_ssh_connections_with_php/ - Installation Notes}
    88 *
    9  * Compile libssh2 (Note: Only 0.14 is officaly working with PHP 5.2.6+ right now, But many users have found the latest versions work)
     9 * Compile libssh2 (Note: Only 0.14 is officially working with PHP 5.2.6+ right now, But many users have found the latest versions work)
    1010 *
    1111 * cd /usr/src
  • trunk/src/wp-admin/includes/class-wp-users-list-table.php

    r56665 r57263  
    164164     *
    165165     * Provides a list of roles and user count for that role for easy
    166      * Filtersing of the user table.
     166     * filtering of the user table.
    167167     *
    168168     * @since 3.1.0
  • trunk/src/wp-admin/includes/deprecated.php

    r56469 r57263  
    11531153 * This was once used to kick-off the Core Updater.
    11541154 *
    1155  * Deprecated in favor of instantating a Core_Upgrader instance directly,
     1155 * Deprecated in favor of instantiating a Core_Upgrader instance directly,
    11561156 * and calling the 'upgrade' method.
    11571157 *
     
    11751175 * This was once used to kick-off the Plugin Updater.
    11761176 *
    1177  * Deprecated in favor of instantating a Plugin_Upgrader instance directly,
     1177 * Deprecated in favor of instantiating a Plugin_Upgrader instance directly,
    11781178 * and calling the 'upgrade' method.
    11791179 * Unused since 2.8.0.
  • trunk/src/wp-includes/formatting.php

    r56695 r57263  
    35073507        $stop    = count( $textarr ); // Loop stuff.
    35083508
    3509         // Ignore proessing of specific tags.
     3509        // Ignore processing of specific tags.
    35103510        $tags_to_ignore       = 'code|pre|style|script|textarea';
    35113511        $ignore_block_element = '';
  • 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.