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

@@ -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' ) {