Make WordPress Core


Ignore:
Timestamp:
01/10/2024 11:55:04 AM (2 years 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-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
Note: See TracChangeset for help on using the changeset viewer.