Docs: Correct a number of typos/spelling mistakes in inline comments.

Props ottok.
Fixes #38464.

Built from https://develop.svn.wordpress.org/trunk@38893


git-svn-id: http://core.svn.wordpress.org/trunk@38836 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse 2016-10-25 00:38:35 +00:00
parent 23a4550b0d
commit e8211f783a
8 changed files with 8 additions and 8 deletions

View File

@ -2922,7 +2922,7 @@ div.action-links {
#section-holder {
position: static;
margin: 0;
padding-bottom: 70px; /* reset from the two column height fix, plus accomodate footer */
padding-bottom: 70px; /* reset from the two column height fix, plus accommodate footer */
}
#plugin-information .fyi h3,

View File

@ -2922,7 +2922,7 @@ div.action-links {
#section-holder {
position: static;
margin: 0;
padding-bottom: 70px; /* reset from the two column height fix, plus accomodate footer */
padding-bottom: 70px; /* reset from the two column height fix, plus accommodate footer */
}
#plugin-information .fyi h3,

View File

@ -353,7 +353,7 @@ function export_wp( $args = array() ) {
}
/**
* Ouput all navigation menu terms
* Output all navigation menu terms
*
* @since 3.1.0
*/

View File

@ -133,7 +133,7 @@ function insert_with_markers( $filename, $marker, $insertion ) {
$lines[] = rtrim( fgets( $fp ), "\r\n" );
}
// Split out the existing file into the preceeding lines, and those that appear after the marker
// Split out the existing file into the preceding lines, and those that appear after the marker
$pre_lines = $post_lines = $existing_lines = array();
$found_marker = $found_end_marker = false;
foreach ( $lines as $line ) {

View File

@ -2821,7 +2821,7 @@ function pre_schema_upgrade() {
// Multisite schema upgrades.
if ( $wp_current_db_version < 25448 && is_multisite() && wp_should_upgrade_global_tables() ) {
// Upgrade verions prior to 3.7
// Upgrade versions prior to 3.7
if ( $wp_current_db_version < 25179 ) {
// New primary key for signups.
$wpdb->query( "ALTER TABLE $wpdb->signups ADD signup_id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST" );

View File

@ -318,7 +318,7 @@
topHeight = heights.textTopHeight;
}
// TinyMCE still intializing.
// TinyMCE still initializing.
if ( ! visual && ! $top.length ) {
return;
}

View File

@ -140,7 +140,7 @@ window.wp = window.wp || {};
/**
* Handle server response
*
* @param {string} str Response, will be '0' when an error occured otherwise contains link to add Featured Image.
* @param {string} str Response, will be '0' when an error occurred otherwise contains link to add Featured Image.
*/
function(str){
if ( str == '0' ) {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38892';
$wp_version = '4.7-alpha-38893';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.